JsonObject typedef

JsonObject = Map<String, dynamic>

Implementation

typedef JsonObject = Map<String, dynamic>;