priceFormatted property
Implementation
String get priceFormatted => Money.fromInt(
price,
isoCode: currency,
decimalDigits: 2,
).toString();
String get priceFormatted => Money.fromInt(
price,
isoCode: currency,
decimalDigits: 2,
).toString();