SocketException constructor - SocketException - dart:io library (original) (raw)
constSocketException(
- 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});