Construct a BoolAtom.
[C#] BoolAtom() BoolAtom(bool value)
BoolAtom() BoolAtom(bool value)
Create a BoolAtom.
If a value is not specified the default of false will be used.
None.