methods property

List<String> get methods

Implementation

List<String> get methods => [
      Methods.POST,
      Methods.PUT,
    ];