menu
studyu_core package
documentation
core.dart
ReportSection
ReportSection.fromJson factory constructor
ReportSection.fromJson factory constructor
dark_mode
light_mode
ReportSection.fromJson
constructor
ReportSection.fromJson
(
Map
<
String
,
dynamic
>
data
)
Implementation
factory ReportSection.fromJson(Map<String, dynamic> data) => sectionTypes[data[keyType]]!(data);
studyu_core package
documentation
core
ReportSection
ReportSection.fromJson factory constructor
ReportSection class