CloseChannelCommand constructor
CloseChannelCommand({})
Implementation
CloseChannelCommand({
required String channelId,
this.reason,
String? commandId,
DateTime? timestamp,
Map<String, dynamic>? metadata,
}) : super(
channelId: channelId,
commandId: commandId,
timestamp: timestamp,
metadata: metadata,
);