SocketException constructor
- String message,
- {OSError osError,
- InternetAddress address,
- int port}
Implementation
const SocketException(this.message, {this.osError, this.address, this.port});
const SocketException(this.message, {this.osError, this.address, this.port});