Json typedef

Json = Map<String, dynamic>

Implementation

typedef Json = Map<String, dynamic>;