VALUES constant

List<RequestErrorCode> const VALUES

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
];