FunctionReference constructor

const FunctionReference(
  1. Identifier id,
  2. CallArguments arguments, {
  3. Span? span,
})

Calls the function id with arguments.

Implementation

const FunctionReference(this.id, this.arguments, {this.span});