debugIsDirty property

bool get debugIsDirty

Test-only. Whether this shader is currently marked dirty (will be evicted and re-registered with the impeller shader library on next pipeline build). Used by tests to assert that reload dedupe keeps unchanged shaders clean.

Implementation

bool get debugIsDirty => _debugIsDirty();