$mapping constant

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

Implementation

static const Map<String, PaymentIntentSource Function(Object?)> $mapping = {
  'payment_source': PaymentSource.fromJson,
  'deleted_payment_source': DeletedPaymentSource.fromJson,
};