toDto method
Implementation
BoxBorderDto toDto() {
return BoxBorderDto(
top: top.toDto(),
bottom: bottom.toDto(),
start: start.toDto(),
end: end.toDto(),
);
}
BoxBorderDto toDto() {
return BoxBorderDto(
top: top.toDto(),
bottom: bottom.toDto(),
start: start.toDto(),
end: end.toDto(),
);
}