totalTime property

bool? get totalTime
override

Implementation

bool? get totalTime => _$this._totalTime;
set totalTime (covariant bool? totalTime)
covariantoverride

Implementation

set totalTime(covariant bool? totalTime) => _$this._totalTime = totalTime;