ProjectStatistics$json top-level constant

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

Implementation

@$core.Deprecated('Use projectStatisticsDescriptor instead')
const ProjectStatistics$json = {
  '1': 'ProjectStatistics',
  '2': [
    {'1': 'total_duration', '3': 1, '4': 1, '5': 4, '10': 'totalDuration'},
    {
      '1': 'total_completion_percentage',
      '3': 2,
      '4': 1,
      '5': 4,
      '10': 'totalCompletionPercentage'
    },
    {'1': 'total_points', '3': 3, '4': 1, '5': 4, '10': 'totalPoints'},
  ],
};