VALUES constant
A list containing all of the enum values that are defined.
Implementation
static const List<RequestErrorCode> VALUES = <RequestErrorCode>[
INVALID_OVERLAY_CHANGE,
INVALID_PARAMETER,
PLUGIN_ERROR,
UNKNOWN_REQUEST
];
A list containing all of the enum values that are defined.
static const List<RequestErrorCode> VALUES = <RequestErrorCode>[
INVALID_OVERLAY_CHANGE,
INVALID_PARAMETER,
PLUGIN_ERROR,
UNKNOWN_REQUEST
];