AttestorPublicKey constructor

AttestorPublicKey({
  1. String? asciiArmoredPgpPublicKey,
  2. String? comment,
  3. String? id,
  4. PkixPublicKey? pkixPublicKey,
})

Implementation

AttestorPublicKey({
  this.asciiArmoredPgpPublicKey,
  this.comment,
  this.id,
  this.pkixPublicKey,
});