NetworkManagerDnsManager class Null safety
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'.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyoverride
- mode → String
-
Current DNS processing mode.
read-only
-
propertiesChanged
→ Stream<
List< String> > -
Stream of property names as their values change.
read-only
- rcManager → String
-
Current resolv.conf management mode.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override