IPRange class

Constructors

IPRange(String networkAddress, int netmask)

Properties

address int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
netmask int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

calculateLastIpAddress() List<int>
calculateNetworkAddress() List<int>
getAllIpAddressesInRange() List<String>
getOctetsOfIpAddress(String ipAddress) List<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
returnBitmask(int address) String
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

integerToOctets(int address) List<int>
octetsToInteger(List<int> octets) int
octetsToString(List<int> octets) String