shownNames property

List<String>? shownNames
final

Names explicitly included via the 'show' combinator.

For an import with show x, y, this would contain 'x', 'y'. If no 'show' combinator is present, this will be null.

Implementation

final List<String>? shownNames;