price_parts property
read / write
A list of objects used to calculate the total price of the product.
Implementation
late List<LabeledPricePart> price_parts;
A list of objects used to calculate the total price of the product.
late List<LabeledPricePart> price_parts;