hasDirty property

bool get hasDirty

Whether there are dirty elements waiting to rebuild.

Implementation

bool get hasDirty => _dirty.isNotEmpty;