fullSeason property

  1. @JsonKey(name: 'fullSeason')
bool? fullSeason
getter/setter pair

Is this the full season?

Implementation

@JsonKey(name: 'fullSeason')
bool? fullSeason;