clear method

dynamic clear()

Implementation

clear() {
  //???
  modelList!.clear();
  mapMultiCheck.clear();
}