prefixes property

List<PrefixElement> 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;