JSON typedef

JSON = Map<String, dynamic>

JSON Object

Implementation

typedef JSON = Map<String, dynamic>;