$mapping constant

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

Implementation

static const Map<String, PayoutDestination Function(Object?)> $mapping = {
  'external_account': ExternalAccount.fromJson,
  'deleted_external_account': DeletedExternalAccount.fromJson,
};