toDto method

Implementation

BorderRadiusGeometryDto toDto() {
  return BorderRadiusGeometryDto(
    topLeft: topLeft,
    topRight: topRight,
    bottomLeft: bottomLeft,
    bottomRight: bottomRight,
  );
}