BaseService<T> constructor

BaseService<T>({
  1. required DbAdapter<T> adapter,
})

Implementation

BaseService({required this.adapter});