countsByYear property

  1. @JsonKey(name: 'counts_by_year')
List<CountByYear>? countsByYear
getter/setter pair

Implementation

@JsonKey(name: 'counts_by_year')
List<CountByYear>? countsByYear;