PostAction constructor

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

Implementation

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