PublicKey constructor

PublicKey(
  1. String keyId,
  2. String publicKey
)

Implementation

PublicKey(this.keyId, this.publicKey);