visitFunctionTypeExpr method

  1. @override
void visitFunctionTypeExpr(
  1. FuncTypeExpr node
)
override

Implementation

@override
void visitFunctionTypeExpr(FuncTypeExpr node) {
  node.subAccept(this);
}