DefaultCRUDUseCaseAsync<Domain extends BasicDomainObject<IntIdentifier>> constructor Null safety

DefaultCRUDUseCaseAsync<Domain extends BasicDomainObject<IntIdentifier>>(
  1. {required CRUDRepositoryAsync<Domain> repo}
)

Implementation

DefaultCRUDUseCaseAsync({required this.repo});