ArgumentList constructor
Constructs an argument list from argument expression nodes.
Parameters:
children
: List of argument expressions to evaluate
Implementation
ArgumentList(List<Node<dynamic,LangVal>> children) : super(null, children);
Constructs an argument list from argument expression nodes.
Parameters:
children
: List of argument expressions to evaluateArgumentList(List<Node<dynamic,LangVal>> children) : super(null, children);