State$json top-level constant

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

Implementation

@$core.Deprecated('Use stateDescriptor instead')
const State$json = {
  '1': 'State',
  '2': [
    {'1': 'STATE_UNSPECIFIED', '2': 0},
    {'1': 'STATE_ACTIVE', '2': 1},
    {'1': 'STATE_INACTIVE', '2': 2},
  ],
};