OrganizationState$json top-level constant

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

Implementation

@$core.Deprecated('Use organizationStateDescriptor instead')
const OrganizationState$json = {
  '1': 'OrganizationState',
  '2': [
    {'1': 'ORGANIZATION_STATE_UNSPECIFIED', '2': 0},
    {'1': 'ORGANIZATION_STATE_ACTIVE', '2': 1},
    {'1': 'ORGANIZATION_STATE_INACTIVE', '2': 2},
    {'1': 'ORGANIZATION_STATE_REMOVED', '2': 3},
  ],
};