port property

int? port
final

The port of the socket giving rise to the exception.

This is either the source or destination address of a socket, or it can be null if no socket end-point was involved in the cause of the exception.

Implementation

final int? port;

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dart.dev/stable/2.13.0/dart-io/SocketException/port.html