Boolean Property

Concrete property with boolean type.

Example

Creating the property:

property = BooleanProperty(True)
class gsf.core.entity.properties.boolean_property.BooleanProperty(value: bool)

Bases: Generic[gsf.core.entity.core.entity_property.T]

Boolean property

Defines a property with the boolean type.

get_value()bool

Returns the value of the property