NetworkInterface class

Message describing network interfaces.

Constructors

NetworkInterface.new({String? adapterDescription, String? cidr, String? interfaceName, String? ipAddress, String? macAddress, String? speed, String? vlanId})
NetworkInterface.fromJson(Map json_)

Properties

adapterDescription String?
The description of the interface.
getter/setter pair
cidr String?
The IP address of the interface and subnet mask in CIDR format.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interfaceName String?
The name of the network interface.
getter/setter pair
ipAddress String?
The IP address of the interface.
getter/setter pair
macAddress String?
The MAC address of the interface.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
speed String?
Speed of the interface in millions of bits per second.
getter/setter pair
vlanId String?
The id of the VLAN.
getter/setter pair

Methods

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

Operators

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