hiddenNames property

List<String>? hiddenNames
final

Names explicitly excluded via the 'hide' combinator.

For an import with hide a, b, this would contain 'a', 'b'. If no 'hide' combinator is present, this will be null.

Implementation

final List<String>? hiddenNames;