QueryProperty class
The QueryProperty types are responsible for the operator overloading. A QueryBuilder will be constructed, based on the any / all operations applied. When build() is called on the QueryBuilder a Query object will be created.
Constructors
-
QueryProperty(int _entityId,
int _propertyId, int _type )
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
Operators
-
operator ==(
dynamic other ) → bool -
The equality operator. [...]
inherited