Index_State$json top-level constant

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

Implementation

@$core.Deprecated('Use indexDescriptor instead')
const Index_State$json = const {
  '1': 'State',
  '2': const [
    const {'1': 'STATE_UNSPECIFIED', '2': 0},
    const {'1': 'CREATING', '2': 1},
    const {'1': 'READY', '2': 2},
    const {'1': 'NEEDS_REPAIR', '2': 3},
  ],
};