shouldNotifyAlways property

bool get shouldNotifyAlways

Should the observer be notified if the new value of the cell is equal to the previous value?

If false the observer is only notified if the new value is different from the previous value.

Implementation

bool get shouldNotifyAlways => false;