UProductJson constructor

UProductJson({
  1. String? actionType,
  2. String? actionTitle,
  3. String? actionUri,
  4. String? details,
  5. List<UVisitCount>? visitCounts,
  6. List<UPointCount>? pointCounts,
  7. List<String>? relatedProducts,
})

Implementation

UProductJson({
  this.actionType,
  this.actionTitle,
  this.actionUri,
  this.details,
  this.visitCounts,
  this.pointCounts,
  this.relatedProducts,
});