doesDependOnInheritedElement method Null safety
- InheritedElement ancestor
protected">@protected
Returns true if dependOnInheritedElement was previously called with ancestor.
Implementation
@protected
bool doesDependOnInheritedElement(InheritedElement ancestor) =>
_dependencies != null && _dependencies!.contains(ancestor);