ItemItem constructor Null safety
Implementation
ItemItem({
this.id,
this.name,
this.description,
this.imageUrl,
this.videoUrl,
this.thumbImageUrl,
this.listType,
this.product,
this.itemSource,
this.hasFilter,
});
ItemItem({
this.id,
this.name,
this.description,
this.imageUrl,
this.videoUrl,
this.thumbImageUrl,
this.listType,
this.product,
this.itemSource,
this.hasFilter,
});