PgpSignedAttestation constructor

PgpSignedAttestation({
  1. String? contentType,
  2. String? pgpKeyId,
  3. String? signature,
})

Implementation

PgpSignedAttestation({
  this.contentType,
  this.pgpKeyId,
  this.signature,
});