JsonMap typedef

JsonMap = Map<String, dynamic>

Dart representation of a Json object.

Implementation

typedef JsonMap = Map<String, dynamic>;