toDto method

List<BoxShadowDto> toDto()

Implementation

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