JsonMap typedef

JsonMap = Map<String, dynamic>

Type alias for a JSON map.

Implementation

typedef JsonMap = Map<String, dynamic>;