NetworkManagerActiveConnection class Null safety
Active connection.
Constructors
- NetworkManagerActiveConnection(NetworkManagerClient _client, _NetworkManagerObject _object)
Properties
- connection → NetworkManagerSettingsConnection?
-
The connection settings.
read-only
- default4 → bool
-
True if this is the default IPv4 connection.
read-only
- default6 → bool
-
True if this is the default IPv6 connection.
read-only
-
devices
→ List<
NetworkManagerDevice> -
Devices this connection uses.
read-only
- dhcp4Config → NetworkManagerDHCP4Config?
-
DHCPv4 configuration for this connection.
read-only
- dhcp6Config → NetworkManagerDHCP6Config?
-
DHCPv6 configuration for this connection.
read-only
- hashCode → int
-
The hash code for this object.
read-onlyoverride
- id → String
-
ID for this connection, e.g. 'Ethernet', 'my-cool-wifi'.
read-only
- ip4Config → NetworkManagerIP4Config?
-
IPv4 configuration for this connection.
read-only
- ip6Config → NetworkManagerIP6Config?
-
IPv6 configuration for this connection.
read-only
- master → NetworkManagerDevice?
-
Master device if this connection is a slave.
read-only
-
propertiesChanged
→ Stream<
List< String> > -
Stream of property names as their values change.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- state → NetworkManagerActiveConnectionState
-
The state of this connection.
read-only
-
stateFlags
→ List<
NetworkManagerActivationStateFlag> -
Flags related to state.
read-only
- type → String
-
Type of this connection, e.g. '802-11-wireless', '802-3-ethernet'.
read-only
- uuid → String
-
Unique ID for this connection, e.g. '123e4567-e89b-12d3-a456-426614174000'.
read-only
- vpn → bool
-
True if this is a VPN connection.
read-only
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