combinators property

  1. @override
NodeListImpl<CombinatorImpl> combinators
override

Return the combinators used to control how names are imported or exported.

Implementation

@override
NodeListImpl<CombinatorImpl> get combinators => _combinators;