isPut property

bool get isPut

Checks if request is PUT.

Implementation

bool get isPut => isMethod('PUT');