effectiveProxy property

String? get effectiveProxy

The effective proxy URL (prefers HTTPS over HTTP).

Implementation

String? get effectiveProxy => httpsProxy ?? httpProxy;