menu
Dart
dart:io
SecureServerSocket
port property
port
brightness_4
brightness_5
description
port
property
int
port
The port used by this socket.
Implementation
int get port => _socket.port;
Dart
dart:io
SecureServerSocket
port property
SecureServerSocket class