isIPv6 property
bool
get
isIPv6
Checks if the string is a valid IPv6 address.
Implementation
bool get isIPv6 => regex(r'^([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}$');
Checks if the string is a valid IPv6 address.
bool get isIPv6 => regex(r'^([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}$');