$mapping constant

Map<String, DeletedExternalAccount Function(Object?)> const $mapping

Implementation

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