menu
dnslib package
documentation
domain/dns_server.dart
DNSServer
toUriString method
toUriString method
dark_mode
light_mode
toUriString
method
String
toUriString
(
)
Implementation
String toUriString() => "${this.protocol.name}://${this.host}:${this.port}${this.path}";
dnslib package
documentation
domain/dns_server
DNSServer
toUriString method
DNSServer class