ReportingInformation.fromJson constructor

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

Implementation

factory ReportingInformation.fromJson(Map<String, dynamic> json) =>
    _$ReportingInformationFromJson(json);