NotificationError$json top-level constant

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

Implementation

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