DnsResponse constructor
const
DnsResponse({})
构造 DnsResponse / Creates a DnsResponse.
Implementation
const DnsResponse({
required this.id,
required this.responseCode,
required this.answers,
this.truncated = false,
});