OnUpdate<T> typedef

OnUpdate<T> = T Function(T oldValue, T newValue)

Implementation

typedef OnUpdate<T> = T Function(T oldValue, T newValue);