$mapping constant

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

Implementation

static const Map<String, InvoiceitemPlanProduct Function(Object?)> $mapping =
    {
  'product': Product.fromJson,
  'deleted_product': DeletedProduct.fromJson,
};