FFPushNotificationData_Status$json top-level constant

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

Implementation

@$core.Deprecated('Use fFPushNotificationDataDescriptor instead')
const FFPushNotificationData_Status$json = {
  '1': 'Status',
  '2': [
    {'1': 'STATUS_UNDEFINED', '2': 0},
    {'1': 'started', '2': 1},
    {'1': 'succeeded', '2': 2},
    {'1': 'failed', '2': 3},
    {'1': 'timed_out', '2': 4},
  ],
};