FFRevenueCatPaywall$json top-level constant

  1. @Deprecated('Use fFRevenueCatPaywallDescriptor instead')
Map<String, Object> const FFRevenueCatPaywall$json

Implementation

@$core.Deprecated('Use fFRevenueCatPaywallDescriptor instead')
const FFRevenueCatPaywall$json = {
  '1': 'FFRevenueCatPaywall',
  '2': [
    {
      '1': 'entitlement_id',
      '3': 1,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFValue',
      '10': 'entitlementId'
    },
    {
      '1': 'on_entitled',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFAction',
      '8': {'3': true},
      '10': 'onEntitled',
    },
    {
      '1': 'on_not_entitled',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFAction',
      '8': {'3': true},
      '10': 'onNotEntitled',
    },
  ],
};