UProductJson constructor

UProductJson({
  1. String? actionType,
  2. String? actionTitle,
  3. String? actionUri,
  4. String? details,
  5. List<String>? relatedProducts,
  6. String? phoneNumber,
  7. String? address,
  8. String? detail1,
  9. String? detail2,
})

Implementation

UProductJson({
  this.actionType,
  this.actionTitle,
  this.actionUri,
  this.details,
  this.relatedProducts,
  this.phoneNumber,
  this.address,
  this.detail1,
  this.detail2,
});