ApiHelperPathItem.patch constructor

ApiHelperPathItem.patch(
  1. String key,
  2. String path
)

Implementation

ApiHelperPathItem.patch(this.key, this.path)
    : requestType = ApiHelperRequestType.patch;