priceComma property

dynamic priceComma

Implementation

get priceComma => NumberFormat('###,###,###,###').format(price) + '원';