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