$mapping constant

Map<String, InvoiceAccountTaxIdsItem Function(Object?)> const $mapping

Implementation

static const Map<String, InvoiceAccountTaxIdsItem Function(Object?)>
    $mapping = {
  'tax_id': TaxId.fromJson,
  'deleted_tax_id': DeletedTaxId.fromJson,
};