JsonType typedef

JsonType = Map<String, dynamic>

The type for all JSON.

Implementation

typedef JsonType = Map<String, dynamic>;