DartBlockProgramTreeCustomFunctionNode constructor

DartBlockProgramTreeCustomFunctionNode(
  1. DartBlockFunction customFunction,
  2. DartBlockProgramTreeNode? parent
)

Implementation

DartBlockProgramTreeCustomFunctionNode(this.customFunction, super.parent)
  : super(key: customFunction.hashCode);