StringData.createEmpty constructor

StringData.createEmpty()

Implementation

factory StringData.createEmpty(){
  return StringData();
}