values constant

List<WebhookDtoMethodEnum> const values

List of all possible values in this WebhookDtoMethodEnum.

Implementation

static const values = <WebhookDtoMethodEnum>[
  GET,
  HEAD,
  POST,
  PUT,
  PATCH,
  DELETE,
  OPTIONS,
  TRACE,
];