Notification$json top-level constant

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

Implementation

@$core.Deprecated('Use notificationDescriptor instead')
const Notification$json = const {
  '1': 'Notification',
  '2': const [
    const {'1': 'subscriptionId', '3': 1, '4': 1, '5': 5, '10': 'subscriptionId'},
    const {'1': 'data', '3': 2, '4': 1, '5': 9, '10': 'data'},
  ],
};