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