port property

  1. @override
int get port
override

The port this adapter is bound to.

Implementation

@override
int get port => _server.port;