elementAdded constant

CollectiveEvent const elementAdded

Event identifier for when an element is added to a Collective.

This event should be used when:

  • New elements are inserted into a list
  • Elements are added to a set
  • Values are pushed onto a queue

Implementation

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