PublicKey constructor

PublicKey(
  1. String key,
  2. int version
)

Implementation

PublicKey(this.key, this.version);