StatusData.createEmpty constructor

StatusData.createEmpty()

Implementation

factory StatusData.createEmpty(){
  return StatusData(name: []);
}