toDomainAll method Null safety

List<Domain> toDomainAll(
  1. List<Entity> entities
)

Convert a list of entities into a list of domain.

Implementation

List<Domain> toDomainAll(List<Entity> entities);