seasonInt property

int? seasonInt

Implementation

int? get seasonInt => _$this._seasonInt;
void seasonInt=(int? seasonInt)

Implementation

set seasonInt(int? seasonInt) => _$this._seasonInt = seasonInt;