visitParamTypeExpr method

  1. @override
void visitParamTypeExpr(
  1. ParamTypeExpr node
)
override

Implementation

@override
void visitParamTypeExpr(ParamTypeExpr node) {
  node.subAccept(this);
}