isGet property

bool get isGet

Checks if request is GET.

Implementation

bool get isGet => isMethod('GET');