setSpace method

void setSpace(
  1. String space
)

Implementation

void setSpace(String space) {
  this.space = space;
}