month property

int? get month

Implementation

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

Implementation

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