totalPrice property
String
get
totalPrice
Implementation
String get totalPrice =>
(totalCostCents.toDouble() / 100.00).toStringAsFixed(2);
String get totalPrice =>
(totalCostCents.toDouble() / 100.00).toStringAsFixed(2);