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