FakeProduct constructor
FakeProduct({})
Implementation
FakeProduct({
required this.id,
required this.name,
required this.description,
required this.price,
required this.imageUrl,
required this.category,
required this.comments,
});