space property

SpaceBuffer get space

Implementation

SpaceBuffer get space {
  buffer.write(" ");
  return this;
}