CountByYear.fromJson constructor

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

Implementation

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