ImportProgressEvent constructor
ImportProgressEvent({})
Implementation
ImportProgressEvent({
required this.walletId,
required this.phase,
required this.progress,
required this.message,
this.addressesFound = 0,
this.totalAddresses = 0,
this.transactionsProcessed = 0,
this.totalTransactions = 0,
});