isHTTPS property Null safety

bool isHTTPS

Whether the base URL uses HTTPS.

Implementation

bool get isHTTPS => baseUrl.startsWith('https://');