menu
objectbox package
documentation
internal.dart
QueryIntegerProperty<EntityT>
lessThan method
lessThan method
dark_mode
light_mode
lessThan
method
Condition
<
EntityT
>
lessThan
(
int
p
)
Implementation
Condition<EntityT> lessThan(int p) => _op(p, _ConditionOp.lt);
objectbox package
documentation
internal
QueryIntegerProperty<EntityT>
lessThan method
QueryIntegerProperty class