ShippingOption constructor
ShippingOption({
- required String id,
- required String title,
- required List<
LabeledPricePart> priceParts,
Implementation
ShippingOption({
required this.id,
required this.title,
required this.priceParts,
});