supportsBody property
bool
get
supportsBody
Whether the method supports a request body.
Implementation
bool get supportsBody => this != get && this != delete;
Whether the method supports a request body.
bool get supportsBody => this != get && this != delete;