objectbox
objectbox
QueryStringProperty
notNull method
notNull
objectbox
objectbox
QueryStringProperty
notNull method
QueryStringProperty class
Constructors
QueryStringProperty
Properties
hashCode
runtimeType
Methods
contains
endsWith
equals
greaterOrEqual
greaterThan
inside
lessOrEqual
lessThan
notEquals
notIn
startsWith
isNull
noSuchMethod
notNull
toString
Operators
operator ==
notNull
method
Condition
notNull
(
)
inherited
Implementation
Condition notNull() { return IntegerCondition(ConditionOp.notNull, this, null, null); }