DhGenOk constructor

const DhGenOk({
  1. required Int128 nonce,
  2. required Int128 serverNonce,
  3. required Int128 newNonceHash1,
})

Dh Gen Ok constructor.

Implementation

const DhGenOk({
  required this.nonce,
  required this.serverNonce,
  required this.newNonceHash1,
}) : super._();