PowExpression$json top-level constant

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

Implementation

@$core.Deprecated('Use powExpressionDescriptor instead')
const PowExpression$json = {
  '1': 'PowExpression',
  '2': [
    {'1': 'base', '3': 1, '4': 1, '5': 11, '6': '.qdrant.Expression', '10': 'base'},
    {'1': 'exponent', '3': 2, '4': 1, '5': 11, '6': '.qdrant.Expression', '10': 'exponent'},
  ],
};