menu
yasee_plugin
models/device_entity.dart
DeviceEntity
DeviceEntity.fromJson factory constructor
DeviceEntity.fromJson
dark_mode
light_mode
DeviceEntity.fromJson
constructor
DeviceEntity.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory DeviceEntity.fromJson(Map<String, dynamic> json) => $DeviceEntityFromJson(json);
yasee_plugin
device_entity
DeviceEntity
DeviceEntity.fromJson factory constructor
DeviceEntity class