int? get seconds => _$this._seconds;
set seconds(covariant int? seconds) => _$this._seconds = seconds;