isSecure property

bool get isSecure

Checks if request is HTTPS

Implementation

bool get isSecure => _metadata.isSecure;