WebApiDataAppReportResponse.fromJson constructor

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

Implementation

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