externalRepo property Null safety

CRUDRepositoryExternal<Entity> externalRepo
read / write

External repo, the one who really do the operations.

Implementation

CRUDRepositoryExternal<Entity> externalRepo;