WrappingPublicKey constructor

WrappingPublicKey({
  1. String? pem,
})

Implementation

WrappingPublicKey({
  this.pem,
});