JSON typedef

JSON = Map<String, dynamic>

A type alias for JSON objects.

Implementation

typedef JSON = Map<String, dynamic>;