menu
khadem package
documentation
http.dart
RequestMetadata
isSecure property
isSecure property
dark_mode
light_mode
isSecure
property
bool
get
isSecure
Checks if request is secure.
Implementation
bool get isSecure => isHttps;
khadem package
documentation
http
RequestMetadata
isSecure property
RequestMetadata class