totalPriceFormatted property

String get totalPriceFormatted

Formatted total price string, e.g. "42.00".

Implementation

String get totalPriceFormatted => totalPrice.toStringAsFixed(2);