DartBlockValueTreeAlgebraicConstantNode.init constructor

DartBlockValueTreeAlgebraicConstantNode.init(
  1. num value,
  2. bool hasPendingDot,
  3. DartBlockValueTreeAlgebraicNode? parent, {
  4. String? specificNodeKey,
})

Implementation

DartBlockValueTreeAlgebraicConstantNode.init(
  this.value,
  this.hasPendingDot,
  super.parent, {
  super.specificNodeKey,
}) : super.init(
       numericNodeType: DartBlockValueTreeAlgebraicNodeType.constant,
     );