patch constant

RequestMethods const patch

The patch method is used to apply partial modifications to a resource.

Implementation

static const RequestMethods patch = RequestMethods._('PATCH');