Product constructor
const
Product({})
Implementation
const Product({
required this.title,
required this.description,
required this.price,
required this.inCollection,
required this.productKind,
required this.storeId,
});