priceFormatted property

String get priceFormatted

Implementation

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