toDto method
Implementation
BorderRadiusGeometryDto toDto() {
return BorderRadiusGeometryDto(
topStart: topStart,
topEnd: topEnd,
bottomStart: bottomStart,
bottomEnd: bottomEnd,
);
}
BorderRadiusGeometryDto toDto() {
return BorderRadiusGeometryDto(
topStart: topStart,
topEnd: topEnd,
bottomStart: bottomStart,
bottomEnd: bottomEnd,
);
}