toDto method

SpacingDto toDto()

Implementation

SpacingDto toDto() {
  return SpacingDto._(top: top, bottom: bottom, left: left, right: right);
}