ReportResponse.fromJson constructor

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

Implementation

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