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