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