WrappingPublicKey constructor

WrappingPublicKey({
  1. String? data,
  2. String? pem,
})

Implementation

WrappingPublicKey({this.data, this.pem});