updateShouldNotifyDependent abstract method
Return true if the changes between this model and oldComponent match any
of the dependencies.
Implementation
@protected
bool updateShouldNotifyDependent(covariant InheritedModel<T> oldComponent, Set<T> dependencies);