ReportCount.fromJson constructor

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

Implementation

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