SKPriceLocaleWrapper constructor
SKPriceLocaleWrapper({})
Creates a new price locale for currencySymbol
and currencyCode
.
Implementation
SKPriceLocaleWrapper({
required this.currencySymbol,
required this.currencyCode,
required this.countryCode,
});