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