WalletConfigurationUpdatedEvent constructor
WalletConfigurationUpdatedEvent({})
Implementation
WalletConfigurationUpdatedEvent({
required String walletId,
this.newName,
this.newMetadata,
String? eventId,
DateTime? timestamp,
int? version,
Map<String, dynamic>? metadata,
}) : super(
walletId: walletId,
eventId: eventId,
timestamp: timestamp,
version: version,
metadata: metadata,
);