IpAddrString class

The IP_ADDR_STRING structure represents a node in a linked-list of IPv4 addresses.

Constructors

IpAddrString({required String ipAddress, required String ipMask})
const
IpAddrString.fromMap(Map<String, String> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
ipAddress String
A value that specifies a structure type with a single member, String.
final
ipMask String
A value that specifies a structure type with a single member, String.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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