PushNotification$json top-level constant

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

Implementation

@$core.Deprecated('Use pushNotificationDescriptor instead')
const PushNotification$json = {
  '1': 'PushNotification',
  '2': [
    {'1': 'Title', '3': 1, '4': 1, '5': 9, '10': 'Title'},
    {
      '1': 'Body',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.StringValue',
      '10': 'Body'
    },
    {
      '1': 'Data',
      '3': 3,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Any',
      '10': 'Data'
    },
    {
      '1': 'BadgeCount',
      '3': 4,
      '4': 1,
      '5': 11,
      '6': '.google.protobuf.Int32Value',
      '10': 'BadgeCount'
    },
  ],
};