A set of unique boolean values using the Bool alias.
Bool
{@tool snippet}
BoolSet truthValues = {true, false}; print(truthValues.length); // 2
{@end-tool}
typedef BoolSet = Set<Bool>;