NetworkManagerDeviceWired class Null safety
Information for wired network devices.
Constructors
- NetworkManagerDeviceWired(_NetworkManagerObject _object)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyoverride
- permHwAddress → String
-
Permanent hardware address, e.g. '00:0a:95:9d:68:16'.
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
s390Subchannels
→ List<
String> -
Array of S/390 subchannels for S/390 or z/Architecture devices.
read-only
- speed → int
-
Design speed of this device in megabits/second.
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