OutfitItem constructor
OutfitItem({})
Implementation
OutfitItem({
required this.category,
required this.name,
this.imageUrl,
required this.reasoning,
required this.priceRange,
this.productLink,
});
OutfitItem({
required this.category,
required this.name,
this.imageUrl,
required this.reasoning,
required this.priceRange,
this.productLink,
});