shouldNotify abstract method
Returns true if the data has changed and should notify the listeners.
Implementation
bool shouldNotify(covariant DistinctData oldData);
Returns true if the data has changed and should notify the listeners.
bool shouldNotify(covariant DistinctData oldData);