SetNotificationResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use setNotificationResponseDescriptor instead')
const SetNotificationResponse$json = const {
  '1': 'SetNotificationResponse',
  '2': const [
    const {'1': 'remote_id', '3': 1, '4': 1, '5': 9, '10': 'remoteId'},
    const {
      '1': 'characteristic',
      '3': 2,
      '4': 1,
      '5': 11,
      '6': '.BluetoothCharacteristic',
      '10': 'characteristic'
    },
    const {'1': 'success', '3': 3, '4': 1, '5': 8, '10': 'success'},
  ],
};