count method

Future<int> count()

Count matching records.

Implementation

Future<int> count() async {
  return _source.collection.countWithFinder(_buildFinder());
}