SSHKey constructor

SSHKey({
  1. String? name,
  2. String? publicKey,
})

Implementation

SSHKey({
  this.name,
  this.publicKey,
});