values constant

List<ResponeType> const values

Implementation

static const $core.List<ResponeType> values = <ResponeType> [
  INVALID_RESPONSE,
  CODE_RESPONSE,
  TOKEN_RESPONSE,
  ID_RESPONSE,
];