toDto method

Implementation

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