BoolConstant constructor
const
BoolConstant(
- bool value
Creates a BoolConstant object with the given boolean value
.
Implementation
const BoolConstant(super.value);
Creates a BoolConstant object with the given boolean value
.
const BoolConstant(super.value);