totalPriceFormatted property
String
get
totalPriceFormatted
Formatted total price string, e.g. "42.00".
Implementation
String get totalPriceFormatted => totalPrice.toStringAsFixed(2);
Formatted total price string, e.g. "42.00".
String get totalPriceFormatted => totalPrice.toStringAsFixed(2);