menu
stash_objectbox package
documentation
objectbox.g.dart
DoublePropertyQuery
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
DoublePropertyQuery
count method
DoublePropertyQuery extension on
PropertyQuery
<
double
>