VALUES constant

List<ExecutableKind> const VALUES

A list containing all of the enum values that are defined.

Implementation

static const List<ExecutableKind> VALUES = <ExecutableKind>[
  CLIENT,
  EITHER,
  NOT_EXECUTABLE,
  SERVER
];