shouldNotify abstract method

bool shouldNotify(
  1. covariant DistinctData oldData
)

Returns true if the data has changed and should notify the listeners.

Implementation

bool shouldNotify(covariant DistinctData oldData);