DartBlockValueTreeAlgebraicConstantNode constructor

DartBlockValueTreeAlgebraicConstantNode(
  1. num value,
  2. bool hasPendingDot,
  3. DartBlockValueTreeAlgebraicNodeType numericNodeType,
  4. DartBlockValueTreeNodeType nodeType,
  5. String nodeKey,
)

Implementation

DartBlockValueTreeAlgebraicConstantNode(
  this.value,
  this.hasPendingDot,
  super.numericNodeType,
  super.nodeType,
  super.nodeKey,
);