updateShouldNotifyDependent abstract method

  1. @protected
bool updateShouldNotifyDependent(
  1. covariant InheritedModel<T> oldComponent,
  2. Set<T> dependencies
)

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);