Progress$json top-level constant

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

Implementation

@$core.Deprecated('Use progressDescriptor instead')
const Progress$json = const {
  '1': 'Progress',
  '2': const [
    const {'1': 'estimated_work', '3': 1, '4': 1, '5': 3, '10': 'estimatedWork'},
    const {'1': 'completed_work', '3': 2, '4': 1, '5': 3, '10': 'completedWork'},
  ],
};