JsonObject typedef

JsonObject = Map

Implementation

typedef JsonObject = Map<dynamic, dynamic>;