fromJson static method

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

Implementation

static ReportSection fromJson(Map<String, dynamic> json) =>
    _$ReportSectionFromJson(json);