PaymentAmountStringOptions constructor

const PaymentAmountStringOptions({
  1. int padFractions = 0,
  2. int padIntegers = 0,
  3. bool currency = true,
})

Implementation

const PaymentAmountStringOptions(
    {this.padFractions = 0, this.padIntegers = 0, this.currency = true});