dartReservedKeywords property
Implementation
static final dartReservedKeywords = {
'abstract',
'else',
'import',
'show',
'as',
'enum',
'in',
'static',
'assert',
'export',
'interface',
'super',
'async',
'extends',
'is',
'switch',
'await',
'external',
'library',
'sync',
'break',
'factory',
'mixin',
'this',
'case',
'false',
'new',
'throw',
'catch',
'final',
'null',
'true',
'class',
'finally',
'on',
'try',
'const',
'for',
'operator',
'typedef',
'continue',
'Function',
'part',
'var',
'covariant',
'get',
'rethrow',
'void',
'default',
'hide',
'return',
'while',
'deferred',
'if',
'set',
'with',
'do',
'implements',
'yield'
};