values constant

List<TargetKind> const values

Implementation

static const values = [
  classType,
  enumType,
  extension,
  extensionType,
  field,
  function,
  library,
  getter,
  method,
  mixinType,
  parameter,
  setter,
  topLevelVariable,
  type,
  typedefType,
];