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