BoolProperty class

*[<Null safety>](https://dart.dev/null-safety)*

Properties

hashCode → int

The hash code for this object.
read-onlyinherited

runtimeType → Type

A representation of the runtime type of the object.
read-onlyinherited

valid → bool

Returns true only if this Property is present in underlying storage.
read-onlyinherited

Methods

delete() void

Deletes this Property from underlying storage. Calls on a deleted Property have no effect and do not result in an error.
inherited

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed.
inherited

setValue(bool value) void

Sets the value of this Property.

toString() String

A string representation of this object.
inherited

Operators

operator ==(Object other) bool

The equality operator.
inherited