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