StatisticValue$json top-level constant

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

Implementation

@$core.Deprecated('Use statisticValueDescriptor instead')
const StatisticValue$json = {
  '1': 'StatisticValue',
  '2': [
    {'1': 'Id', '3': 1, '4': 1, '5': 11, '6': '.StatisticId', '10': 'Id'},
    {'1': 'Value', '3': 4, '4': 1, '5': 1, '10': 'Value'},
    {'1': 'Min', '3': 6, '4': 1, '5': 1, '10': 'Min'},
    {'1': 'Max', '3': 7, '4': 1, '5': 1, '10': 'Max'},
    {'1': 'Avg', '3': 8, '4': 1, '5': 1, '10': 'Avg'},
    {'1': 'Count', '3': 9, '4': 1, '5': 5, '10': 'Count'},
    {
      '1': 'Dimmensions',
      '3': 5,
      '4': 3,
      '5': 11,
      '6': '.StatisticValue.DimmensionsEntry',
      '10': 'Dimmensions'
    },
  ],
  '3': [StatisticValue_DimmensionsEntry$json],
};