List of keywords that can't be used as identifiers.
const invalidIdentifiers = <String>{...asynchronyKeywords, ...reservedKeywords};