$mapping constant

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

Implementation

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