DoHResponse constructor
const
DoHResponse({})
Create DoH response instance
Implementation
const DoHResponse({
required this.status,
required this.tc,
required this.rd,
required this.ra,
required this.ad,
required this.cd,
required this.question,
required this.answers,
this.authority = const [],
this.additional = const [],
});