SocketException 构造函数
- String message,
- {OSError? osError,
- InternetAddress? address,
- int? port}
使用提供的值创建一个 SocketException。
实现
const SocketException(this.message, {this.osError, this.address, this.port});
使用提供的值创建一个 SocketException。
const SocketException(this.message, {this.osError, this.address, this.port});