httpDNSServiceId property
String?
get
httpDNSServiceId
Implementation
String? get httpDNSServiceId {
return $$context$$["httpDNSServiceId"];
}
set
httpDNSServiceId
(String? value)
Implementation
set httpDNSServiceId(String? value) {
$$context$$["httpDNSServiceId"] = value;
}