DbLensTableController constructor

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

Implementation

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