Inspects whether the address is IPv4 address or IPv6 mapping of IPv4 address.
@override bool get isIpv4 { return v0 == 0 && v1 == 0 && v2 == 0xFF; }