imports property
Forward dependencies: what this node imports/depends on.
Example: A page that uses ComponentA and reads appState.userName would have imports = {'widgetClass:componentA', 'appStateVar:userName'}
Implementation
final Set<String> imports;