menu
stash_app_flutter
features/scenes/domain/entities/scene.dart
SceneFile
SceneFile.fromJson factory constructor
SceneFile.fromJson
dark_mode
light_mode
SceneFile.fromJson
constructor
SceneFile.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory SceneFile.fromJson(Map<String, dynamic> json) => _$SceneFileFromJson(json);
stash_app_flutter
scene
SceneFile
SceneFile.fromJson factory constructor
SceneFile class