NotifyResult$json top-level constant

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

Implementation

@$core.Deprecated('Use notifyResultDescriptor instead')
const NotifyResult$json = {
  '1': 'NotifyResult',
  '2': [
    {'1': 'success', '3': 1, '4': 1, '5': 8, '10': 'success'},
    {'1': 'message', '3': 2, '4': 1, '5': 9, '10': 'message'},
    {'1': 'notification_id', '3': 3, '4': 1, '5': 9, '10': 'notificationId'},
    {'1': 'extras', '3': 4, '4': 1, '5': 11, '6': '.google.protobuf.Struct', '10': 'extras'},
  ],
};