day property

int get day

Implementation

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

Implementation

set day(int day) {
  this._day = day;
  this.__isset_day = true;
}