port property

  1. @override
int get port
override

Implementation

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