toDto method

List<ShadowDto> toDto()

Implementation

List<ShadowDto> toDto() {
  return map((e) => e.toDto()).toList();
}