month property

int? month

Implementation

int? get month => _$this._month;
void month=(int? month)

Implementation

set month(int? month) => _$this._month = month;