totalPriceString property

String get totalPriceString

instead of printing 1000000 print 1 000 000

Implementation

String get totalPriceString =>
    formatWithThousandSeparator(articlePrice * quantity);