AuthorizedKey constructor

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

Implementation

const factory AuthorizedKey({
  String? publicKey,
  String? encryptedSecretKey,
}) = _AuthorizedKey;