isSecureScheme property

  1. @internal
bool isSecureScheme

Implementation

@internal
bool get isSecureScheme => ['https', 'wss'].contains(scheme);