LocalDataRepositoryImpl<T extends Entity> constructor

LocalDataRepositoryImpl<T extends Entity>({
  1. required LocalDataSource<T> local,
})

Implementation

LocalDataRepositoryImpl({required this.local});