arguments property
      
      NodeList<Expression> 
      get
      arguments
      
    
    
The expressions producing the values of the arguments.
If there are no arguments the list will be empty.
Although the language requires that positional arguments appear before
named arguments unless the Feature.named_arguments_anywhere is enabled,
this class allows them to be intermixed.
Implementation
NodeList<Expression> get arguments;