cloneEmpty method

RecordList cloneEmpty()

Implementation

RecordList cloneEmpty(){
  return RecordList(_schema);
}