isStable property

  1. @mustCallSuper
  2. @override
bool isStable
inherited

Whether this stabilizer is currently stable.

Implementation

@mustCallSuper
@override
bool get isStable => !ngZone.hasPendingMicrotasks;