NetworkDetails class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
ipv4
↔ String?
-
The device's local IPv4 address (undefined if not configured).
getter/setter pair
-
ipv6
↔ String?
-
The device's local IPv6 address (undefined if not configured).
getter/setter pair
-
macAddress
↔ String
-
The device's MAC address.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
toJS
→ NetworkDetails
-
no setter
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited