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