allMethods constant

List<String> const allMethods

Implementation

static const List<String> allMethods = [
  "GET",
  "POST",
  "PUT",
  "DELETE",
  "OPTIONS"
];