clear method

void clear()

Implementation

void clear() {
  for (final type in values.keys) {
    values[type] = "";
  }
}