DataRepository<T extends Entity> constructor
DataRepository<T extends Entity> ({
- required DataSource<
T> remote,
Implementation
DataRepository({
required this.remote,
});