ProductStatusData constructor

ProductStatusData({
  1. String? name,
  2. String? displayMfgServingSize,
  3. String? displayNetWeight,
  4. double? natfirstScore,
  5. double? natfirstRating,
  6. String? iconFileName,
  7. bool? isFavorite,
  8. int? rewardPoints,
  9. bool? isSuspended,
})

Implementation

ProductStatusData({
  this.name,
  this.displayMfgServingSize,
  this.displayNetWeight,
  this.natfirstScore,
  this.natfirstRating,
  this.iconFileName,
  this.isFavorite,
  this.rewardPoints,
  this.isSuspended,
});