disposed constant
int
const disposed
Node has been disposed.
When set, update and propagation are skipped for this node. none is the special initial state; disposed is set when the node is disposed.
Implementation
static const disposed = 1 << 6;