FFPushNotificationData$json top-level constant

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

Implementation

@$core.Deprecated('Use fFPushNotificationDataDescriptor instead')
const FFPushNotificationData$json = {
  '1': 'FFPushNotificationData',
  '2': [
    {
      '1': 'notification_title',
      '3': 1,
      '4': 1,
      '5': 9,
      '10': 'notificationTitle'
    },
    {
      '1': 'notification_text',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'notificationText'
    },
    {
      '1': 'notification_image_url',
      '3': 3,
      '4': 1,
      '5': 9,
      '10': 'notificationImageUrl'
    },
    {'1': 'user_refs', '3': 4, '4': 1, '5': 9, '10': 'userRefs'},
    {
      '1': 'target_audience',
      '3': 5,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFPushNotificationData.TargetAudience',
      '10': 'targetAudience'
    },
    {
      '1': 'status',
      '3': 6,
      '4': 1,
      '5': 14,
      '6': '.flutterflow.FFPushNotificationData.Status',
      '10': 'status'
    },
    {'1': 'result_message', '3': 7, '4': 1, '5': 9, '10': 'resultMessage'},
    {
      '1': 'timestamp',
      '3': 8,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'timestamp'
    },
    {'1': 'initial_page_name', '3': 9, '4': 1, '5': 9, '10': 'initialPageName'},
    {
      '1': 'notification_sound',
      '3': 10,
      '4': 1,
      '5': 9,
      '10': 'notificationSound'
    },
    {
      '1': 'scheduled_time',
      '3': 11,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Timestamp',
      '10': 'scheduledTime'
    },
    {'1': 'batch_index', '3': 12, '4': 1, '5': 5, '8': {}, '10': 'batchIndex'},
    {'1': 'num_batches', '3': 13, '4': 1, '5': 5, '8': {}, '10': 'numBatches'},
  ],
  '4': [
    FFPushNotificationData_TargetAudience$json,
    FFPushNotificationData_Status$json
  ],
};