ReportResponse.fromJson constructor

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

Implementation

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