totalCostString property

String get totalCostString

Implementation

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