DownloadDefaultKeyPairResult constructor

DownloadDefaultKeyPairResult({
  1. String? privateKeyBase64,
  2. String? publicKeyBase64,
})

Implementation

DownloadDefaultKeyPairResult({
  this.privateKeyBase64,
  this.publicKeyBase64,
});