toDto method

Implementation

StadiumBorderDto toDto() {
  return StadiumBorderDto(side: side.toDto());
}