elementUpdated constant

CollectiveEvent const elementUpdated

Event identifier for when an element's value is updated in a Collective.

This is primarily used with CollectiveValue to indicate when the stored value has changed (including being set to null).

Implementation

static const elementUpdated = CollectiveEvent._(identifier: #elementUpdated);