totalPriceString property
String
get
totalPriceString
instead of printing 1000000 print 1 000 000
Implementation
String get totalPriceString =>
formatWithThousandSeparator(articlePrice * quantity);
instead of printing 1000000 print 1 000 000
String get totalPriceString =>
formatWithThousandSeparator(articlePrice * quantity);