SessionProductData constructor
const
SessionProductData({})
product_data
Data used to generate a new product object inline. One of `product` or `product_data` is required.
Implementation
const SessionProductData({
this.description,
this.images,
this.metadata,
required this.name,
this.taxCode,
});