post constant

RequestMethods const post

The post method is used to submit an entity to the specified resource, often causing a change in state or side effects on the server.

Implementation

static const RequestMethods post = RequestMethods._('POST');