The default port for the connection (default: 443).
@override int get port => uri.hasPort ? uri.port : super.port;