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