menu
stash_objectbox package
documentation
objectbox.g.dart
IntegerPropertyQuery
count method
count method
dark_mode
light_mode
count
method
int
count
(
)
Returns the count of non-null values.
Implementation
int count() => _count();
stash_objectbox package
documentation
objectbox.g
IntegerPropertyQuery
count method
IntegerPropertyQuery extension on
PropertyQuery
<
int
>