totalPriceCurrencyName property

String? get totalPriceCurrencyName

currency designation;

Implementation

String? get totalPriceCurrencyName => totalPrice?['currency']?['name'];