dnsServers property
A list of IPs for the DNS servers.
Implementation
List<String> get dnsServers =>
_wrapped.dnsServers.toDart.cast<String>().map((e) => e).toList();
A list of IPs for the DNS servers.
List<String> get dnsServers =>
_wrapped.dnsServers.toDart.cast<String>().map((e) => e).toList();