Json typedef

Json = Map<String, dynamic>

JSON data as a map.

Implementation

typedef Json = Map<String, dynamic>;