PlanState$json top-level constant

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

Implementation

@$core.Deprecated('Use planStateDescriptor instead')
const PlanState$json = {
  '1': 'PlanState',
  '2': [
    {'1': 'PLAN_STATE_UNSPECIFIED', '2': 0},
    {'1': 'PLAN_STATE_IN_PROGRESS', '2': 1},
    {'1': 'PLAN_STATE_STOPPED', '2': 2},
    {'1': 'PLAN_STATE_SUCCEEDED', '2': 3},
    {'1': 'PLAN_STATE_FAILED', '2': 4},
  ],
};