count method

Future<int> count()

Returns the count of matching rows.

Implementation

Future<int> count() async {
  return await _builder.count();
}