Json typedef

Json = Map<String, dynamic>

Json data type.

Implementation

typedef Json = Map<String, dynamic>;