isHttps property

bool get isHttps

Checks if request is HTTPS.

Implementation

bool get isHttps => _raw.requestedUri.isScheme('https');