objectbox
objectbox
QueryIntegerProperty
notNull method
notNull
objectbox
objectbox
QueryIntegerProperty
notNull method
QueryIntegerProperty class
Constructors
QueryIntegerProperty
Properties
hashCode
runtimeType
Methods
equals
greaterThan
inside
lessThan
notEquals
notIn
notInList
isNull
noSuchMethod
notNull
toString
Operators
operator <
operator >
operator ==
notNull
method
Condition
notNull
(
)
inherited
Implementation
Condition notNull() { return IntegerCondition(ConditionOp.notNull, this, null, null); }