toDto method

SpacingDto toDto()

Implementation

SpacingDto toDto() {
  return SpacingDto._(top: top, bottom: bottom, start: start, end: end);
}