getAll method Null safety

List<OwnershipModel> getAll()

Implementation

List<OwnershipModel> getAll() => _repository.getAll();