day property
num?
get
day
Implementation
num? get day => _$this._day;
set
day
(num? day)
Implementation
set day(num? day) => _$this._day = day;