POST constructor

const POST(
  1. String path
)

Implementation

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