CustomPostAction constructor

CustomPostAction(
  1. String path,
  2. Object body
)

Implementation

CustomPostAction(String path, this.body) : super(path, "POST");