count method

Count<V> count()

Returns the count of what is being selected.

Implementation

// ignore: use_to_and_as_if_applicable the name mirrors SQL's `COUNT`
Count<V> count() => Count<V>(this);