ConstBool constructor
ConstBool(
- bool value
Creates a new boolean constant with the given value.
@param value The boolean value this constant represents
Implementation
ConstBool(super.value);
Creates a new boolean constant with the given value.
@param value The boolean value this constant represents
ConstBool(super.value);