Challenge constructor

Challenge(
  1. String? algorithm,
  2. String? realm,
  3. String? nonce,
  4. String? opaque,
  5. bool? stale,
  6. dynamic qop,
)

Implementation

Challenge(this.algorithm, this.realm, this.nonce, this.opaque, this.stale,
    this.qop);