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