sec property

int get sec

Implementation

int get sec => this._sec;
set sec (int sec)

Implementation

set sec(int sec) {
  this._sec = sec;
  this.__isset_sec = true;
}