NetworkManagerDnsManager class

DNS configuration and state.

Constructors

NetworkManagerDnsManager(_NetworkManagerObject _object)

Properties

configuration List<Map<String, dynamic>>
Current DNS configuration. Each item has at least 'nameservers', 'priority' and optionally 'interface' and 'vpn'.
no setter
hashCode int
The hash code for this object.
no setteroverride
mode String
Current DNS processing mode.
no setter
propertiesChanged Stream<List<String>>
Stream of property names as their values change.
no setter
rcManager String
Current resolv.conf management mode.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override