getImportsWithPrefix abstract method

  1. @Deprecated('Use PrefixElement.imports instead')
List<ImportElement> getImportsWithPrefix(
  1. 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);