RejectChannelCommand constructor

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

Implementation

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