OrgState$json top-level constant

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

Implementation

@$core.Deprecated('Use orgStateDescriptor instead')
const OrgState$json = const {
  '1': 'OrgState',
  '2': const [
    const {'1': 'ORG_STATE_UNSPECIFIED', '2': 0},
    const {'1': 'ORG_STATE_ACTIVE', '2': 1},
    const {'1': 'ORG_STATE_INACTIVE', '2': 2},
    const {'1': 'ORG_STATE_REMOVED', '2': 3},
  ],
};