menu
objectbox package
documentation
internal.dart
QueryProperty<EntityT, DartType>
notNull method
notNull method
dark_mode
light_mode
notNull
method
Condition
<
EntityT
>
notNull
(
)
Implementation
Condition<EntityT> notNull() => _NullCondition<EntityT, DartType>(_ConditionOp.notNull, this);
objectbox package
documentation
internal
QueryProperty<EntityT, DartType>
notNull method
QueryProperty class