clear method

void clear()

Clears all translations from this MultiString object.

Implementation

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