allCodes property

List<Code> allCodes
final

Implementation

static final List<Code> allCodes = [
  abstract$,
  as$,
  assert$,
  async$,
  await$,
  break$,
  case$,
  catch$,
  class$,
  const$,
  continue$,
  covariant$,
  default$,
  deferred$,
  do$,
  dynamic$,
  else$,
  enum$,
  export$,
  extends$,
  extension$,
  external$,
  factory$,
  false$,
  final$,
  finally$,
  for$,
  function$,
  get$,
  hide$,
  if$,
  implements$,
  import$,
  in$,
  interface$,
  is$,
  late$,
  library$,
  mixin$,
  new$,
  null$,
  on$,
  operator$,
  part$,
  rethrow$,
  return$,
  set$,
  show$,
  static$,
  super$,
  switch$,
  sync$,
  this$,
  throw$,
  true$,
  try$,
  typedef$,
  var$,
  void$,
  while$,
  with$,
  yield$,
];