ReqIPv6 class

Convenience validator for required IPv6 addresses.

It is the composition between Req and IPv6.

Constructors

ReqIPv6({String? blank, String? mal})
Non-blank and well-formed IPv6 values.

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

call(String? ipv6) String?
Valid — returns null — if ipv6 is a non-blank, well-formed IPv6; otherwise, returns the blank error message if ipv6 is null, or the malformed error message if ipv6 is malformed.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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