getTotalTaxes method

double getTotalTaxes()

Implementation

double getTotalTaxes() => TO_DOUBLE(totals?.taxInclusiveAmount ?? 0);