port property - RawSecureServerSocket class - dart:io library (original) (raw)

description

int getport

The port used by this socket.

Implementation

int get port => _socket.port;