DELETE constructor Null safety
Implementation
const DELETE(final String path, {bool autoCastResponse = true})
: super(HttpMethod.DELETE, path, autoCastResponse: autoCastResponse);
const DELETE(final String path, {bool autoCastResponse = true})
: super(HttpMethod.DELETE, path, autoCastResponse: autoCastResponse);