priceComma property

dynamic get priceComma

Implementation

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