CloseChannelCommand constructor

CloseChannelCommand({
  1. required String channelId,
  2. String? reason,
})

Implementation

CloseChannelCommand({required this.channelId, this.reason});