count method

Future<int> count()

How many rows this query currently matches.

Shares the same filter and scope snapshot as page. Ordering is not applied: a count does not have a page.

Implementation

Future<int> count() => _countOn(session);