JobState$json top-level constant

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

Implementation

@$core.Deprecated('Use jobStateDescriptor instead')
const JobState$json = const {
  '1': 'JobState',
  '2': const [
    const {'1': 'JOB_STATE_UNKNOWN', '2': 0},
    const {'1': 'JOB_STATE_UNINSTALLED', '2': 1},
    const {'1': 'JOB_STATE_INSTALLING', '2': 2},
    const {'1': 'JOB_STATE_INSTALLED', '2': 3},
    const {'1': 'JOB_STATE_FAILED', '2': 4},
  ],
};