space method

QueryString space()

Implementation

QueryString space() {
  return adding(_new(' '));
}