PublicKey constructor

PublicKey(
  1. String? id,
  2. String? owner,
  3. String? publicKeyPem
)

Implementation

PublicKey(this.id, this.owner, this.publicKeyPem);