IpCheckitErrors class

Inheritance

Constructors

IpCheckitErrors.new()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

contains(String ip) → dynamic
override
inSubnet(String cidr) → dynamic
override
ip(String address) String
override
linkLocal() → dynamic
override
localhost() → dynamic
override
loopback() → dynamic
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
range(String startIp, String endIp) → dynamic
override
subnet(String cidr) → dynamic
override
toString() String
A string representation of this object.
inherited
v4() String
override
v6() String
override

Operators

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