SocketException constructor

const SocketException(String message, { OSError osError, InternetAddress address, int port })

Implementation

const SocketException(this.message, {this.osError, this.address, this.port});