Convert to JSON
Map<String, dynamic> toJson() { return { 'name': name, 'type': type, 'class': dnsClass, }; }