ServerDHParamsOk constructor

const ServerDHParamsOk({
  1. required Int128 nonce,
  2. required Int128 serverNonce,
  3. required Uint8List encryptedAnswer,
})

Server D H Params Ok constructor.

Implementation

const ServerDHParamsOk({
  required this.nonce,
  required this.serverNonce,
  required this.encryptedAnswer,
}) : super._();