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.
hide a, b
'a', 'b'
final List<String>? hiddenNames;