clear method

void clear()

clear the column.

Implementation

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