UpdateShouldNotify<T> typedef

bool UpdateShouldNotify (T previous, T current)

Implementation

typedef UpdateShouldNotify<T> = bool Function(T previous, T current);