ApiHelperPathItem.post constructor

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

Implementation

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