Put constructor

const Put(
  1. String path
)

Implementation

const Put(String path) : super('PUT', path);