months property

int get months

Implementation

int get months => this._months;
set months (int months)

Implementation

set months(int months) {
  this._months = months;
  this.__isset_months = true;
}