NetworkInterface class

Constructors

NetworkInterface({required String name, required String address, required int prefixLength})
NetworkInterface.fromJS(NetworkInterface _wrapped)

Properties

address String
The available IPv4/6 address.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
The underlying name of the adapter. On *nix, this will typically be "eth0", "wlan0", etc.
getter/setter pair
prefixLength int
The prefix length
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → NetworkInterface
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

Operators

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