Product constructor
Product({})
Returns a new Product instance.
Implementation
Product({
required this.name,
required this.type,
required this.slug,
required this.createdOn,
required this.price,
});
Returns a new Product instance.
Product({
required this.name,
required this.type,
required this.slug,
required this.createdOn,
required this.price,
});