IPAddress class

Inheritance

Constructors

IPAddress(String? str)
Returns a valid IPAddress object.
factory
IPAddress.fromJson(Map<String, dynamic> map, {String? key})
Returns a valid IPAddress object.
factory
IPAddress.fromValueObject(ValueObject vo)
Returns a valid IPAddress object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
finalinherited
version IPVersion
Stores the IP version of this, which is either IPv4 or IPv6.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson({String? key}) Map<String, String>
toString() String
Returns the object's valid value as a String
inherited

Operators

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

Static Properties

key String
Default value: ip
getter/setter pair