NetworkManagerSettings class

Settings profile manager.

Constructors

NetworkManagerSettings(NetworkManagerClient _client, _NetworkManagerObject _object)

Properties

canModify bool
True if connections can be added or modified.
no setter
connections List<NetworkManagerSettingsConnection>
Saved connections.
no setter
hashCode int
The hash code for this object.
no setteroverride
hostname String
The machine hostname.
no setter
propertiesChanged Stream<List<String>>
Stream of property names as their values change.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addConnection(Map<String, Map<String, DBusValue>> connection) Future<NetworkManagerSettingsConnection>
Add new connection and save it to disk.
addConnectionUnsaved(Map<String, Map<String, DBusValue>> connection) Future<NetworkManagerSettingsConnection>
Add new connection but do not save it to disk immediately.
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