SshPublicKey constructor

SshPublicKey({
  1. String? certType,
  2. Secret? sshClientCert,
  3. Secret? sshClientCertPass,
  4. String? username,
})

Implementation

SshPublicKey({
  this.certType,
  this.sshClientCert,
  this.sshClientCertPass,
  this.username,
});