totalDuration property
Duration?
get
totalDuration
Gets the total duration from start to the last recorded phase
Implementation
Duration? get totalDuration {
return _calculateTotalDuration();
}
Gets the total duration from start to the last recorded phase
Duration? get totalDuration {
return _calculateTotalDuration();
}