ProductCharacteristics constructor
- required Map<
ProductInfoType, String> productInfoMap, - Key? key,
Implementation
const ProductCharacteristics({
required this.productInfoMap,
super.key,
});
const ProductCharacteristics({
required this.productInfoMap,
super.key,
});