menu
dio_cache_interceptor_objectbox_store package
documentation
objectbox.g.dart
QueryByteVectorProperty<EntityT>
lessThan method
lessThan method
dark_mode
light_mode
lessThan
method
Condition
<
EntityT
>
lessThan
(
List
<
int
>
val
, {
String
?
alias
,
})
Implementation
Condition<EntityT> lessThan(List<int> val, {String? alias}) => _op(val, _ConditionOp.lt, alias);
dio_cache_interceptor_objectbox_store package
documentation
objectbox.g
QueryByteVectorProperty<EntityT>
lessThan method
QueryByteVectorProperty class