toDomainAll method Null safety
- List<
Entity> entities
Convert a list of entities into a list of domain.
Implementation
List<Domain> toDomainAll(List<Entity> entities);
Convert a list of entities into a list of domain.
List<Domain> toDomainAll(List<Entity> entities);