hasPendingUpdate property

bool get hasPendingUpdate

Whether there is any pending update.

Implementation

bool get hasPendingUpdate =>
    _insideDigest ||
    _scheduledProcessQueue ||
    (_layoutObserveRead != null) ||
    _nextFrameFuture != null ||
    _domReadQueue.isNotEmpty ||
    _domWriteQueue.isNotEmpty;