menu
Dart
dart:io
RawSocket
port property
port
brightness_4
brightness_5
description
port
property
int
port
The port used by this socket.
Throws a
SocketException
if the socket is closed.
Implementation
int get port;
Dart
dart:io
RawSocket
port property
RawSocket class