totalCostString property
String
get
totalCostString
Implementation
String get totalCostString =>
formatWithThousandSeparator(articleCost * quantity);
String get totalCostString =>
formatWithThousandSeparator(articleCost * quantity);