FunctionNode constructor
FunctionNode({
- required EquationRowNode functionName,
- required EquationRowNode argument,
Implementation
FunctionNode({
required this.functionName,
required this.argument,
});