onUpdate method

  1. @override
void onUpdate(
  1. EntityEventSource src
)
override

When invoked, the entity should use the event source to obtain the most recent value for each of its fields, internally performing an update where necessary Implementations can override this if for example they only want to update selected fields they can use EntityEventSource.valueOf

Implementation

@override
void onUpdate(EntityEventSource src) => delegate.onUpdate(src);