$mapping constant
Implementation
static const Map<String, DeletedPaymentSource Function(Object?)> $mapping = {
'bank_account': DeletedBankAccount.fromJson,
'card': DeletedCard.fromJson,
};
static const Map<String, DeletedPaymentSource Function(Object?)> $mapping = {
'bank_account': DeletedBankAccount.fromJson,
'card': DeletedCard.fromJson,
};