totalTime property

String? get totalTime
override

Implementation

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

Implementation

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