SendResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use sendResponseDescriptor instead')
const SendResponse$json = const {
  '1': 'SendResponse',
  '2': const [
    const {'1': 'message_id', '3': 1, '4': 1, '5': 9, '10': 'messageId'},
    const {
      '1': 'message_id_has_value',
      '3': 2,
      '4': 1,
      '5': 8,
      '10': 'messageIdHasValue'
    },
    const {'1': 'is_success', '3': 3, '4': 1, '5': 8, '10': 'isSuccess'},
    const {'1': 'error', '3': 4, '4': 1, '5': 9, '10': 'error'},
  ],
};