v1UpdateWalletResult constructor

const v1UpdateWalletResult({
  1. required String walletId,
})

Implementation

const v1UpdateWalletResult({
  required  this.walletId,
});