$mapping constant

Implementation

static const Map<String,
        SubscriptionSchedulePhaseConfigurationCoupon Function(Object?)>
    $mapping = {
  'coupon': Coupon.fromJson,
  'deleted_coupon': DeletedCoupon.fromJson,
};