requestIsPush property

bool get requestIsPush

Implementation

bool get requestIsPush => ['POST', 'PUT', 'DELETE', 'PATCH'].contains(request.method);