toCurrencyAmount method

String toCurrencyAmount()

Returns price with currency

Implementation

String toCurrencyAmount() => "$defaultCurrencySymbol${validate()}";