RunReportResponse.fromJson constructor

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

Implementation

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