Input$ReduciblePriceInput constructor
Implementation
factory Input$ReduciblePriceInput({
double? beforeReduction,
double? afterReduction,
}) =>
Input$ReduciblePriceInput._({
if (beforeReduction != null) r'beforeReduction': beforeReduction,
if (afterReduction != null) r'afterReduction': afterReduction,
});