ReadCharacteristicResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use readCharacteristicResponseDescriptor instead')
const ReadCharacteristicResponse$json = const {
  '1': 'ReadCharacteristicResponse',
  '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'
    },
  ],
};