QueryBuilder<T> constructor

QueryBuilder<T>(
  1. Repository<T> repository
)

Implementation

QueryBuilder(this.repository);