ConstBool constructor

ConstBool(
  1. bool value
)

Creates a new boolean constant with the given value.

@param value The boolean value this constant represents

Implementation

ConstBool(super.value);