day property

int? day

Implementation

int? get day => _$this._day;
void day=(int? day)

Implementation

set day(int? day) => _$this._day = day;