prefixes property
List<PrefixElement>
get
prefixes
Return a list containing elements for each of the prefixes used to
import
libraries into this library. Each prefix can be used in more
than one import
directive.
Implementation
List<PrefixElement> get prefixes;