PATCH constructor

const PATCH(
  1. String path
)

Implementation

const PATCH(String path) : super(method: 'PATCH', path: path);