Json typedef

Json = Map<String, dynamic>

typedef representing a JSON object

Implementation

typedef Json = Map<String, dynamic>;