shouldNotify abstract method

  1. @protected
bool shouldNotify(
  1. T oldValue
)

Check if the value has changed

Implementation

@protected
bool shouldNotify(T oldValue);