$mapping constant
Implementation
static const Map<String, BankAccountCustomer Function(Object?)> $mapping = {
'customer': Customer.fromJson,
'deleted_customer': DeletedCustomer.fromJson,
};
static const Map<String, BankAccountCustomer Function(Object?)> $mapping = {
'customer': Customer.fromJson,
'deleted_customer': DeletedCustomer.fromJson,
};