menu
json_safe package
documentation
json_safe.dart
JsonMap typedef
JsonMap typedef
dark_mode
light_mode
JsonMap
typedef
JsonMap
=
Map
<
String
,
JsonValue
?
>
The type definition for a JSON-serializable
Map
.
Implementation
typedef JsonMap = Map<String, JsonValue>;
json_safe package
documentation
json_safe
JsonMap typedef
json_safe library