port property - SecureServerSocket class - dart:io library

int get port

The port used by this socket.

Implementation

int get port => _socket.port;