KeyPairResult constructor

KeyPairResult(
  1. String privateKey,
  2. String publicKey
)

Implementation

KeyPairResult(this.privateKey, this.publicKey);