TUpdateWalletBody constructor

const TUpdateWalletBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String walletId,
  4. String? walletName,
})

Implementation

const TUpdateWalletBody({
  this.timestampMs,
  this.organizationId,
  required this.walletId,
  this.walletName,
});