@override String formatWithCurrencyCode(double value, [String currencyCode = 'EUR']) => '$currencyCode ${value.format()}';