Equals<T> typedef

Equals<T> = bool Function(T? newValue, T? oldValue)

Implementation

typedef Equals<T> = bool Function(T? newValue, T? oldValue);