ShippingRateCurrencyOptionsValue constructor

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

currency_option_update

Implementation

const ShippingRateCurrencyOptionsValue({
  this.amount,
  this.taxBehavior,
});