priceFormat property

String get priceFormat

Implementation

String get priceFormat =>
    NumberFormat.currency(locale: "en_US", symbol: "", decimalDigits: 0)
        .format(toInt());