DnsResponse constructor
DnsResponse({})
Implementation
DnsResponse({
required this.status,
required this.tc,
required this.rd,
required this.ra,
required this.ad,
required this.cd,
required this.question,
required this.answer,
});