ChannelError constructor

const ChannelError({
  1. required String topic,
  2. required String message,
})

Creates a ChannelError event.

Implementation

const ChannelError({required this.topic, required this.message});