clear method

void clear()

Clears all parts from this builder, allowing it to be reused.

Implementation

void clear() {
  _parts.clear();
}