kDartKeywords top-level constant
Implementation
const kDartKeywords = <String>{
'int',
'double',
'bool',
//////////
'abstract',
'else',
'import',
'show',
'as',
'enum',
'in',
'static',
'assert',
'export',
'interface',
'super',
'async',
'extends',
'is',
'switch',
'await',
'extension',
'late',
'sync',
'break',
'external',
'library',
'this',
'case',
'factory',
'mixin',
'throw',
'catch',
'false',
'new',
'true',
'class',
'final',
'null',
'try',
'const',
'finally',
'on',
'typedef',
'continue',
'for',
'operator',
'var',
'covariant',
'Function',
'part',
'void',
'default',
'get',
'required',
'while',
'deferred',
'hide',
'rethrow',
'with',
'do',
'if',
'return',
'yield',
'dynamic',
'implements',
'set',
};