CreatePublicKey constructor

CreatePublicKey(
  1. String? title,
  2. String? key
)

Implementation

CreatePublicKey(this.title, this.key);