AuthorizedKey constructor

AuthorizedKey({
  1. String? encryptedKey,
  2. String? publicKey,
})

Implementation

AuthorizedKey({
  this.encryptedKey,
  this.publicKey,
});