v1DeleteWalletsIntent constructor

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

Implementation

const v1DeleteWalletsIntent({
  required  this.walletIds,
   this.deleteWithoutExport,
});