getPublicKey method

String? getPublicKey()

Implementation

String? getPublicKey() {
  return this._publicKey;
}