UCategoryJson constructor

UCategoryJson({
  1. String? subtitle,
  2. String? link,
  3. String? location,
  4. String? type,
  5. List<String>? relatedProducts,
})

Implementation

UCategoryJson({
  this.subtitle,
  this.link,
  this.location,
  this.type,
  this.relatedProducts,
});