ChannelClosed constructor

const ChannelClosed({
  1. required String topic,
  2. required String reason,
})

Creates a ChannelClosed event.

Implementation

const ChannelClosed({required this.topic, required this.reason});