LazyFunctionImpl constructor
LazyFunctionImpl(})
Implementation
LazyFunctionImpl(String name, int numParams,
{bool booleanFunction = false, required this.fEval})
: super(name, numParams, booleanFunction: booleanFunction);