visitAnd method

  1. @override
R? visitAnd(
  1. ExprAnd and
)
override

Implementation

@override
R? visitAnd(ExprAnd and) => null;