NetworkManagerDHCP4Config class Null safety
DCHPv4 configuration.
Constructors
- NetworkManagerDHCP4Config(_NetworkManagerObject _object)
Properties
- hashCode → int
-
The hash code for this object.
read-onlyoverride
-
options
→ Map<
String, dynamic> -
Configuration options returned by a DHCP server.
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
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