factory DnsServiceDiscovery.fromJson(Map<String, dynamic> json) { return DnsServiceDiscovery( serviceName: json['serviceName'] as String?, ); }