TExportWalletBody constructor

const TExportWalletBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String walletId,
  4. required String targetPublicKey,
  5. v1MnemonicLanguage? language,
})

Implementation

const TExportWalletBody({
   this.timestampMs,
   this.organizationId,
  required  this.walletId,
  required  this.targetPublicKey,
   this.language,
});