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