SocketException constructor
- String message, {
- OSError? osError,
- InternetAddress? address,
- int? port,
Creates a SocketException with the provided values.
Implementation
const SocketException(this.message, {this.osError, this.address, this.port});
Creates a SocketException with the provided values.
const SocketException(this.message, {this.osError, this.address, this.port});