DartBlockValueTreeAlgebraicConstantNode constructor
DartBlockValueTreeAlgebraicConstantNode(
- num value,
- bool hasPendingDot,
- DartBlockValueTreeAlgebraicNodeType numericNodeType,
- DartBlockValueTreeNodeType nodeType,
- String nodeKey,
Implementation
DartBlockValueTreeAlgebraicConstantNode(
this.value,
this.hasPendingDot,
super.numericNodeType,
super.nodeType,
super.nodeKey,
);