RequestChallengeFromNetty constructor

RequestChallengeFromNetty(
  1. bool res,
  2. Map<String, dynamic> data,
  3. String nonce
)

Implementation

RequestChallengeFromNetty(this.res, this.data, this.nonce);