month property

int get month

Implementation

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

Implementation

set month(int month) {
  this._month = month;
  this.__isset_month = true;
}