CryptoAccepted constructor

CryptoAccepted({
  1. String? publicKey,
  2. String? aesKey,
})

Implementation

CryptoAccepted({this.publicKey, this.aesKey});