totalTax property

String get totalTax

Implementation

String get totalTax => (totalTaxCents.toDouble() / 100.00).toStringAsFixed(2);