menu
khadem package
documentation
http.dart
RequestMetadata
isGet property
isGet property
dark_mode
light_mode
isGet
property
bool
get
isGet
Checks if request is GET.
Implementation
bool get isGet => isMethod('GET');
khadem package
documentation
http
RequestMetadata
isGet property
RequestMetadata class