Server port parsed from the URI. Falls back to super.port if absent.
super.port
@override int get port => uri.hasPort ? uri.port : super.port;