SocketError constructor

SocketError({
  1. StackTrace? stackTrace,
  2. Exception? cause,
})

Implementation

SocketError({super.stackTrace, super.cause});