menu
superlikers_core package
documentation
infraestructure.dart
EntryData
EntryData.fromJson factory constructor
EntryData.fromJson factory constructor
dark_mode
light_mode
EntryData.fromJson
constructor
EntryData.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory EntryData.fromJson(Map<String, dynamic> json) => EntryData( data: json, );
superlikers_core package
documentation
infraestructure
EntryData
EntryData.fromJson factory constructor
EntryData class