isIpv4 method

Expr isIpv4()

Implementation

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