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