objectbox
objectbox
QueryBooleanProperty
notNull method
notNull
objectbox
objectbox
QueryBooleanProperty
notNull method
QueryBooleanProperty class
Constructors
QueryBooleanProperty
Properties
hashCode
runtimeType
Methods
equals
notEquals
isNull
noSuchMethod
notNull
toString
Operators
operator ==
notNull
method
Condition
notNull
(
)
inherited
Implementation
Condition notNull() { return IntegerCondition(ConditionOp.notNull, this, null, null); }