VALUES constant
A list containing all of the enum values that are defined.
Implementation
static const List<ExecutableKind> VALUES = <ExecutableKind>[
CLIENT,
EITHER,
NOT_EXECUTABLE,
SERVER
];
A list containing all of the enum values that are defined.
static const List<ExecutableKind> VALUES = <ExecutableKind>[
CLIENT,
EITHER,
NOT_EXECUTABLE,
SERVER
];