articlePriceString property

String get articlePriceString

instead of printing 10000 print 10K

Implementation

String get articlePriceString => formatWithThousandSeparator(articlePrice);