RedirectingConstructorCallExpr constructor

RedirectingConstructorCallExpr(
  1. IdentifierExpr callee,
  2. List<ASTNode> positionalArgs,
  3. Map<String, ASTNode> namedArgs, {
  4. bool hasEndOfStmtMark = false,
  5. IdentifierExpr? key,
  6. HTSource? source,
  7. int line = 0,
  8. int column = 0,
  9. int offset = 0,
  10. int length = 0,
})

Implementation

RedirectingConstructorCallExpr(
  this.callee,
  this.positionalArgs,
  this.namedArgs, {
  this.hasEndOfStmtMark = false,
  this.key,
  super.source,
  super.line = 0,
  super.column = 0,
  super.offset = 0,
  super.length = 0,
}) : super(Semantic.redirectingConstructorCallExpression);