ApiHelperPathItem.delete constructor

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

Implementation

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