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