DartBlockValueTreeAlgebraicConstantNode.init constructor
DartBlockValueTreeAlgebraicConstantNode.init(
- num value,
- bool hasPendingDot,
- DartBlockValueTreeAlgebraicNode? parent, {
- String? specificNodeKey,
Implementation
DartBlockValueTreeAlgebraicConstantNode.init(
this.value,
this.hasPendingDot,
super.parent, {
super.specificNodeKey,
}) : super.init(
numericNodeType: DartBlockValueTreeAlgebraicNodeType.constant,
);