isFinished property
bool
get
isFinished
Implementation
bool get isFinished {
final max = effectiveMaxDuration;
return max != null && effectiveInitialDuration >= max;
}
bool get isFinished {
final max = effectiveMaxDuration;
return max != null && effectiveInitialDuration >= max;
}