clearData method

void clearData()

Implementation

void clearData() {
  params.clear();
  _data.clear();
}