FunctionTerm constructor
FunctionTerm(
- Object value,
- String text,
- Expressions _params,
- SourceSpan? span,
Implementation
FunctionTerm(Object value, String text, this._params, SourceSpan? span)
: super(value, text, span);