menu
flutter_ditto package
documentation
api/models/variable.dart
Variable
Variable.fromJson factory constructor
Variable.fromJson factory constructor
dark_mode
light_mode
Variable.fromJson
constructor
Variable.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Variable.fromJson(Map<String, dynamic> json) => _Variable.fromJson(json);
flutter_ditto package
documentation
api/models/variable
Variable
Variable.fromJson factory constructor
Variable class