FunctionNode constructor

FunctionNode({
  1. required EquationRowNode functionName,
  2. required EquationRowNode argument,
})

Implementation

FunctionNode({
  required this.functionName,
  required this.argument,
});