seconds property

int get seconds

Implementation

int get seconds => this._seconds;
set seconds (int seconds)

Implementation

set seconds(int seconds) {
  this._seconds = seconds;
  this.__isset_seconds = true;
}