VALUES constant

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

Implementation

static const List<RuntimeCompletionExpressionTypeKind> VALUES =
    <RuntimeCompletionExpressionTypeKind>[DYNAMIC, FUNCTION, INTERFACE];