WebSocketEvent constructor
Implementation
WebSocketEvent({
required this.event,
required this.timestamp,
this.frameNumber,
this.direction,
this.opcode,
this.payloadSize,
this.errorType,
this.errorMessage,
this.arguments,
});
WebSocketEvent({
required this.event,
required this.timestamp,
this.frameNumber,
this.direction,
this.opcode,
this.payloadSize,
this.errorType,
this.errorMessage,
this.arguments,
});