receiveConstant method
Implementation
@override
DartBlockValueTreeBooleanNode receiveConstant(bool constant) {
value = constant;
return this;
}
@override
DartBlockValueTreeBooleanNode receiveConstant(bool constant) {
value = constant;
return this;
}