port property

  1. @override
int get port
override

Implementation

@override
int get port => _port ?? (uri.hasPort ? uri.port : super.port);