v1DeleteWalletAccountsIntent constructor

const v1DeleteWalletAccountsIntent({
  1. required List<String> walletAccountIds,
  2. bool? deleteWithoutExport,
})

Implementation

const v1DeleteWalletAccountsIntent({
  required  this.walletAccountIds,
   this.deleteWithoutExport,
});