totalTax property

double? get totalTax

Implementation

double? get totalTax => (_$data['totalTax'] as double?);