isStable property

  1. @override
bool isStable

Whether this stabilizer is currently stable.

Implementation

@override
bool get isStable => super.isStable && pendingTimers.isEmpty;