isPost property

bool get isPost

Checks if request is POST.

Implementation

bool get isPost => isMethod('POST');