RepositoryBuilder<T extends Repository> constructor

RepositoryBuilder<T extends Repository>(
  1. CreateRepository<T> builder
)

Unlike with Provider, you need to specify the generic. Failing to do so will set the generic to Repository which is probably undesirable.

Implementation

RepositoryBuilder(this.builder);