ErrorCount.fromJson constructor

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

Implementation

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