visitReferConstructCallExpr method
Implementation
@override
void visitReferConstructCallExpr(RedirectingConstructorCallExpr node) {
  node.subAccept(this);
}@override
void visitReferConstructCallExpr(RedirectingConstructorCallExpr node) {
  node.subAccept(this);
}