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