isDelete property

bool get isDelete

Checks if request is DELETE.

Implementation

bool get isDelete => isMethod('DELETE');