build method

Query<R> build()

Create a query from this query builder.

Implementation

Query<R> build() => _query.build();