KeyPair constructor

KeyPair(
  1. String publicKey,
  2. String secretKey
)

Implementation

KeyPair(this.publicKey, this.secretKey);