DbLensQueryController constructor

DbLensQueryController({
  1. required LensRepository repository,
  2. DbLensConfig config = const DbLensConfig(),
})

Implementation

DbLensQueryController({
  required LensRepository repository,
  this.config = const DbLensConfig(),
}) : _repository = repository;