Json typedef

Json = Map<String, dynamic>

A type alias for a Json map.

Implementation

typedef Json = Map<String, dynamic>;