FunctionReference class final

A call to a built-in function: NUMBER($n, style: "currency").

Function names match [A-Z][A-Z0-9_-]*.

Inheritance

Constructors

FunctionReference(Identifier id, CallArguments arguments, {Span? span})
Calls the function id with arguments.
const

Properties

arguments CallArguments
The call's positional + named arguments.
final
hashCode int
The hash code for this object.
no setterinherited
id Identifier
The function name as written (NUMBER, DATETIME, custom).
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
span Span?
Source range this node covers; null when spans were off.
final

Methods

clone() FunctionReference
Deep clone of this node.
override
equals(FluentNode other, {bool ignoreSpans = true}) bool
Structural equality.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited