SocketException constructor Null safety
- 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});