UpdatePublicKeyResult constructor

UpdatePublicKeyResult({
  1. String? eTag,
  2. PublicKey? publicKey,
})

Implementation

UpdatePublicKeyResult({
  this.eTag,
  this.publicKey,
});