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