MathFunctionFreeform constructor

const MathFunctionFreeform(
  1. MathDefinitionFunctionFreeform definition,
  2. List<MathNode> arguments
)

Creates a new function definition

Implementation

const MathFunctionFreeform(this.definition, this.arguments);