ProductCharacteristics constructor

const ProductCharacteristics({
  1. required Map<ProductInfoType, String> productInfoMap,
  2. Key? key,
})

Implementation

const ProductCharacteristics({
  required this.productInfoMap,
  super.key,
});