cloneEmpty method

DataSet cloneEmpty()

Implementation

DataSet cloneEmpty(){
  return DataSet(name);
}