spread method

Implementation

ProjectionBuilder spread() {
  _projection['...'] = null;
  return this;
}