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