isSecureScheme property Null safety

bool isSecureScheme

Implementation

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