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