DivExpression$json top-level constant

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

Implementation

@$core.Deprecated('Use divExpressionDescriptor instead')
const DivExpression$json = {
  '1': 'DivExpression',
  '2': [
    {'1': 'left', '3': 1, '4': 1, '5': 11, '6': '.qdrant.Expression', '10': 'left'},
    {'1': 'right', '3': 2, '4': 1, '5': 11, '6': '.qdrant.Expression', '10': 'right'},
    {'1': 'by_zero_default', '3': 3, '4': 1, '5': 2, '9': 0, '10': 'byZeroDefault', '17': true},
  ],
  '8': [
    {'1': '_by_zero_default'},
  ],
};