SessionCurrencyOptionsValue constructor
const
SessionCurrencyOptionsValue({
- required int amount,
- ShippingRateCurrencyOptionTaxBehavior? taxBehavior,
currency_option
Implementation
const SessionCurrencyOptionsValue({
required this.amount,
this.taxBehavior,
});