isSecure property

  1. @override
bool get isSecure

Whether this transport terminates TLS.

Implementation

@override
bool get isSecure => _secure;