AddPublicKeyRequest constructor

AddPublicKeyRequest({
  1. String? key,
})

Implementation

AddPublicKeyRequest({
  this.key,
});