menu
stash_objectbox package
documentation
objectbox.g.dart
QueryIntegerProperty<EntityT>
notEquals method
notEquals method
dark_mode
light_mode
notEquals
method
Condition
<
EntityT
>
notEquals
(
int
p
, {
String
?
alias
,
})
Implementation
Condition<EntityT> notEquals(int p, {String? alias}) => _op(_ConditionOp.notEq, p, 0, alias);
stash_objectbox package
documentation
objectbox.g
QueryIntegerProperty<EntityT>
notEquals method
QueryIntegerProperty class