TExportPrivateKeyBody constructor

const TExportPrivateKeyBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required String privateKeyId,
  4. required String targetPublicKey,
})

Implementation

const TExportPrivateKeyBody({
  this.timestampMs,
  this.organizationId,
  required this.privateKeyId,
  required this.targetPublicKey,
});