dnsOptions property

List<String> dnsOptions

Options that modify the behaviour of the DNS resolver.

Implementation

List<String> get dnsOptions =>
    _object.getStringArrayProperty(_ip6ConfigInterfaceName, 'DnsOptions') ??
    [];