v1UpdateWalletIntent constructor

const v1UpdateWalletIntent({
  1. required String walletId,
  2. String? walletName,
})

Implementation

const v1UpdateWalletIntent({
  required  this.walletId,
   this.walletName,
});