OnChange<T> typedef

OnChange<T> = void Function(ChangesInfo<T> info)

Implementation

typedef OnChange<T> = void Function(ChangesInfo<T> info);