SessionCurrencyOptionsValue constructor

const SessionCurrencyOptionsValue({
  1. required int amount,
  2. ShippingRateCurrencyOptionTaxBehavior? taxBehavior,
})

currency_option

Implementation

const SessionCurrencyOptionsValue({
  required this.amount,
  this.taxBehavior,
});