onUpdate property

OnUpdate<T>? onUpdate
getter/setter pair

Called after value is updated, before the listeners are notified.

Implementation

OnUpdate<T>? onUpdate;