UnitPrice constructor

UnitPrice({
  1. String? currencyFormat,
  2. String? currencyFormatSymbolISOCurrency,
  3. String? currencyCode,
  4. String? currencySymbol,
  5. String? currencyValue,
})

Implementation

UnitPrice(
    {this.currencyFormat,
    this.currencyFormatSymbolISOCurrency,
    this.currencyCode,
    this.currencySymbol,
    this.currencyValue});