WSClientClosed constructor

const WSClientClosed({
  1. String message = 'WebSocket client is closed.',
  2. StackTrace? stackTrace,
})

The operation was not allowed by the object.

Implementation

const WSClientClosed({
  String message = 'WebSocket client is closed.',
  this.stackTrace,
}) : super(message);