ResolveResponse constructor

ResolveResponse({
  1. int? status,
  2. bool? tc,
  3. bool? rd,
  4. bool? ra,
  5. bool? ad,
  6. bool? cd,
  7. List<Question>? question,
  8. List<RRecord>? answer,
  9. String? comment,
})

Implementation

ResolveResponse(
    {this.status,
    this.tc,
    this.rd,
    this.ra,
    this.ad,
    this.cd,
    this.question,
    this.answer,
    this.comment});