$mapping constant

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

Implementation

static const Map<String, CustomerSourceExpiringEventObject Function(Object?)>
    $mapping = {
  'card': Card.fromJson,
  'source': Source.fromJson,
};