AuthorizedKey constructor

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

Implementation

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