ConnectionErrorEvent constructor
ConnectionErrorEvent({})
Returns a new ConnectionErrorEvent instance.
Implementation
ConnectionErrorEvent({
required this.connectionId,
required this.createdAt,
required this.error,
this.type = 'connection.error',
});