FunctionTerm constructor

FunctionTerm(
  1. Object value,
  2. String text,
  3. Expressions _params,
  4. SourceSpan? span,
)

Implementation

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