CryptoKeyPair constructor

const CryptoKeyPair(
  1. String privateKey,
  2. String publicKey
)

Implementation

const CryptoKeyPair(this.privateKey, this.publicKey);