JsonMap typedef

JsonMap = Map<String, dynamic>

Defines a type for typical JSON map.

Implementation

typedef JsonMap = Map<String, dynamic>;