ConfigurationAud constructor

const ConfigurationAud({
  1. List<int>? fixedAmounts,
  2. List<int>? percentages,
  3. int? smartTipThreshold,
})

currency_specific_config

Tipping configuration for AUD

Implementation

const ConfigurationAud({
  this.fixedAmounts,
  this.percentages,
  this.smartTipThreshold,
});