SigstorePublicKey constructor

SigstorePublicKey({
  1. String? publicKeyPem,
})

Implementation

SigstorePublicKey({
  this.publicKeyPem,
});