ItemReview constructor Null safety
Implementation
ItemReview({
this.id,
this.description,
this.pros,
this.cons,
this.productCode,
this.customerId,
this.customerName,
this.rating,
this.date,
this.zoneId,
});
ItemReview({
this.id,
this.description,
this.pros,
this.cons,
this.productCode,
this.customerId,
this.customerName,
this.rating,
this.date,
this.zoneId,
});