isPost property

bool get isPost

Check method is Post

Implementation

bool get isPost => method == Methods.POST;