UCategoryJson constructor

UCategoryJson({
  1. String? subtitle,
  2. String? link,
  3. String? location,
  4. String? type,
  5. String? address,
  6. String? phoneNumber,
  7. List<String>? relatedProducts,
  8. String? detail1,
  9. String? detail2,
})

Implementation

UCategoryJson({
  this.subtitle,
  this.link,
  this.location,
  this.type,
  this.address,
  this.phoneNumber,
  this.relatedProducts,
  this.detail1,
  this.detail2,
});