isPatch property

bool get isPatch

Checks if request is PATCH.

Implementation

bool get isPatch => isMethod('PATCH');