Whether to notify listeners or not when state changes
state
@protected bool updateShouldNotify( T old, T current, ) => !identical(old, current);