hiddenNames property

  1. @override
NodeListImpl<SimpleIdentifierImpl> hiddenNames
override

Return the list of names from the library that are hidden by this combinator.

Implementation

@override
NodeListImpl<SimpleIdentifierImpl> get hiddenNames => _hiddenNames;