menu
dart_fusion package
documentation
dart_fusion.dart
JSON typedef
JSON typedef
dark_mode
light_mode
JSON
typedef
JSON
=
Map
<
String
,
dynamic
>
Define
JSON
Type as a shortcut for
Map<String, dynamic>
.
Implementation
typedef JSON = Map<String, dynamic>;
dart_fusion package
documentation
dart_fusion
JSON typedef
dart_fusion library