SocketError constructor
SocketError({
- StackTrace? stackTrace,
- Exception? cause,
Implementation
SocketError({super.stackTrace, super.cause});
SocketError({super.stackTrace, super.cause});