DartBlockProgramTreeCustomFunctionNode constructor
DartBlockProgramTreeCustomFunctionNode(
- DartBlockCustomFunction customFunction,
- DartBlockProgramTreeNode? parent
Implementation
DartBlockProgramTreeCustomFunctionNode(this.customFunction, super.parent)
: super(key: customFunction.hashCode);