hour property

int get hour

Implementation

int get hour => this._hour;
set hour (int hour)

Implementation

set hour(int hour) {
  this._hour = hour;
  this.__isset_hour = true;
}