ProductData.createEmpty constructor

ProductData.createEmpty()

Implementation

factory ProductData.createEmpty(){
  return ProductData("", [], gallery: [], price: [], desc: [], descTitle: [], timeModify: DateTime.now(),
      duration: Duration(), category: [], providers: [], addon: [], group: []);
}