isFinished property

bool get isFinished

Implementation

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