selectAll method

ExpandQueryField selectAll()

Implementation

ExpandQueryField selectAll() {
  _selectAll = true;

  return this;
}