clear method

void clear()

Implementation

void clear() {
  size = 0;
  encodedValues = [];
}