DhcpInfo class

Constructors

DhcpInfo({String? ip, String? gateway, String? serverAddress, String? dns1, String? dns2, String? leaseDuration, String? netMask, String? gatewayIp})
DhcpInfo.fromMap(Map map)
factory

Properties

dns1 String?
getter/setter pair
dns2 String?
getter/setter pair
gateway String?
getter/setter pair
gatewayIp String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ip String?
getter/setter pair
leaseDuration String?
getter/setter pair
netMask String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serverAddress String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited