Dart
dart:io
SocketException
SocketException const constructor
SocketException
Dart
dart:io
SocketException
SocketException const constructor
SocketException class
Constructors
SocketException
closed
Properties
address
message
osError
port
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
description
SocketException
constructor
const
SocketException
(
String
message
, {
OSError
osError
,
InternetAddress
address
,
int
port
})
Implementation
const
SocketException(
this
.message, {
this
.osError,
this
.address,
this
.port});
Cookies management controls