FFPushNotificationSettings$json top-level constant

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

Implementation

@$core.Deprecated('Use fFPushNotificationSettingsDescriptor instead')
const FFPushNotificationSettings$json = {
  '1': 'FFPushNotificationSettings',
  '2': [
    {
      '1': 'edit_metadata',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFEditMetadata',
      '8': {},
      '10': 'editMetadata'
    },
    {'1': 'enabled', '3': 1, '4': 1, '5': 8, '10': 'enabled'},
    {
      '1': 'last_notification_sent',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.flutterflow.FFPushNotificationData',
      '10': 'lastNotificationSent'
    },
    {
      '1': 'allow_scheduled_notifications',
      '3': 4,
      '4': 1,
      '5': 8,
      '10': 'allowScheduledNotifications'
    },
    {
      '1': 'scheduler_interval_minutes',
      '3': 5,
      '4': 1,
      '5': 5,
      '10': 'schedulerIntervalMinutes'
    },
    {'1': 'num_batches', '3': 6, '4': 1, '5': 5, '10': 'numBatches'},
    {
      '1': 'auto_prompt_users_for_notifications_permission',
      '3': 7,
      '4': 1,
      '5': 8,
      '10': 'autoPromptUsersForNotificationsPermission'
    },
  ],
};