day property

int? get day

Implementation

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

Implementation

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