Input$BarcodePricesInput constructor
Implementation
factory Input$BarcodePricesInput({
String? price,
String? currency,
}) =>
Input$BarcodePricesInput._({
if (price != null) r'price': price,
if (currency != null) r'currency': currency,
});