JsonObject typedef

JsonObject = Map<String, Object?>

Represents JSON objects (maps from strings to JSON values)

Implementation

typedef JsonObject = Map<String, Object?>;