menu
kronix package
documentation
database/model_query.dart
ModelQuery<T extends Model>
count method
count method
dark_mode
light_mode
count
method
Future
<
int
>
count
(
)
Returns the count of matching rows.
Implementation
Future<int> count() async { return await _builder.count(); }
kronix package
documentation
database/model_query
ModelQuery<T extends Model>
count method
ModelQuery class