menu
dio_cache_interceptor_objectbox_store package
documentation
objectbox.g.dart
QueryDoubleProperty<EntityT>
lessThan method
lessThan method
dark_mode
light_mode
lessThan
method
Condition
<
EntityT
>
lessThan
(
double
p
, {
String
?
alias
,
})
Implementation
Condition<EntityT> lessThan(double p, {String? alias}) => _op(_ConditionOp.lt, p, null, alias);
dio_cache_interceptor_objectbox_store package
documentation
objectbox.g
QueryDoubleProperty<EntityT>
lessThan method
QueryDoubleProperty class