Patch constructor

const Patch(
  1. String path
)

Implementation

const Patch(String path) : super(HttpMethod.patch, path);