BooleanType
This class represents the "boolean" data type
BooleanTypeshould be called with a single argument of type booleannew BooleanType(false);
new BooleanType(true);
BooleanTypeThis class represents the "boolean" data type
BooleanType should be called with a single argument of type boolean
new BooleanType(false);
new BooleanType(true);