PutAction constructor

PutAction(
  1. String path,
  2. Object body, {
  3. String url = "",
})

Implementation

PutAction(String path, this.body, {this.url = ""}) : super(path, "PUT");