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