ReportSection.fromJson constructor

ReportSection.fromJson(
  1. Map<String, dynamic> data
)

Implementation

factory ReportSection.fromJson(Map<String, dynamic> data) => sectionTypes[data[keyType]]!(data);