JSON typedef

JSON = Map<String, dynamic>

Type alias for a JSON object.

Implementation

typedef JSON = Map<String, dynamic>;