getImportsWithPrefix abstract method
- @Deprecated('Use PrefixElement.imports instead')
- PrefixElement prefix
Return a list containing all of the imports that share the given prefix
,
or an empty array if there are no such imports.
Implementation
@Deprecated('Use PrefixElement.imports instead')
List<ImportElement> getImportsWithPrefix(PrefixElement prefix);