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