FunctionReference constructor
const
FunctionReference(
- Identifier id,
- CallArguments arguments, {
- Span? span,
Calls the function id with arguments.
Implementation
const FunctionReference(this.id, this.arguments, {this.span});