forbiddenTopLevelNames top-level property

List<String> forbiddenTopLevelNames
final

Names that would collide as top-level identifiers.

Implementation

final List<String> forbiddenTopLevelNames = <String>[
  'List',
  'Function',
  'Map',
  ..._dartReservedWords,
];