menu
objectbox package
documentation
internal.dart
QueryIntegerProperty<EntityT>
notOneOf method
notOneOf method
dark_mode
light_mode
notOneOf
method
Condition
<
EntityT
>
notOneOf
(
List
<
int
>
list
)
Implementation
Condition<EntityT> notOneOf(List<int> list) => _opList(list, _ConditionOp.notOneOf);
objectbox package
documentation
internal
QueryIntegerProperty<EntityT>
notOneOf method
QueryIntegerProperty class