isIpv6 method

Expr isIpv6()

Implementation

Expr isIpv6() {
  return ExprExtensionCall(
    fn: 'isIpv6',
    args: [this],
  );
}