menu
appflow_flutter package
documentation
model/test_entity.dart
TestEntity
TestEntity.fromJson factory constructor
TestEntity.fromJson factory constructor
dark_mode
light_mode
TestEntity.fromJson
constructor
TestEntity.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory TestEntity.fromJson(Map<String, dynamic> json) => $TestEntityFromJson(json);
appflow_flutter package
documentation
model/test_entity
TestEntity
TestEntity.fromJson factory constructor
TestEntity class