TGetWalletBody constructor

const TGetWalletBody({
  1. String? organizationId,
  2. required String walletId,
})

Implementation

const TGetWalletBody({
   this.organizationId,
  required  this.walletId,
});