factory DnsQuestion.fromJson(Map<String, dynamic> json) => DnsQuestion( name: json["name"], type: json["type"], );