Experiment_State$json top-level constant

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

Implementation

@$core.Deprecated('Use experimentDescriptor instead')
const Experiment_State$json = const {
  '1': 'State',
  '2': const [
    const {'1': 'STATE_UNSPECIFIED', '2': 0},
    const {'1': 'DRAFT', '2': 1},
    const {'1': 'RUNNING', '2': 2},
    const {'1': 'DONE', '2': 3},
  ],
};