DefaultCRUDUseCaseAsync<Domain extends BasicDomainObject<IntIdentifier> > constructor
Null safety
- {required CRUDRepositoryAsync<
Domain> repo}
Implementation
DefaultCRUDUseCaseAsync({required this.repo});