hasDirty property
bool
get
hasDirty
Whether there are dirty elements waiting to rebuild.
Implementation
bool get hasDirty => _dirty.isNotEmpty;
Whether there are dirty elements waiting to rebuild.
bool get hasDirty => _dirty.isNotEmpty;