values constant

List<TargetKind> const values

All current TargetKind values of targets to which an annotation can be applied.

Implementation

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