clearAll method

Implementation

PropertyOperationsBuilder clearAll() {
  _add(PropertyOperation.$clearAll, "clearAll", "-");
  return this;
}