StatisticsQuery_StatisticIncrement$json top-level constant

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

Implementation

@$core.Deprecated('Use statisticsQueryDescriptor instead')
const StatisticsQuery_StatisticIncrement$json = {
  '1': 'StatisticIncrement',
  '2': [
    {'1': 'Unknown', '2': 0},
    {'1': 'Hourly', '2': 1},
    {'1': 'Daily', '2': 2},
    {'1': 'Weekly', '2': 3},
    {'1': 'Monthly', '2': 4},
    {'1': 'Yearly', '2': 5},
  ],
};