Product constructor
const
Product({})
Implementation
const Product(
{required this.name,
required this.quantity,
required this.unitamount,
required this.currency,
required this.description});
const Product(
{required this.name,
required this.quantity,
required this.unitamount,
required this.currency,
required this.description});