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