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.
show x, y
'x', 'y'
final List<String>? shownNames;