combinators property
Return a list containing the combinators that were specified as part of the import directive in the order in which they were specified.
Implementation
List<NamespaceCombinator> get combinators;
Return a list containing the combinators that were specified as part of the import directive in the order in which they were specified.
List<NamespaceCombinator> get combinators;