GrantedProjectState$json top-level constant

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

Implementation

@$core.Deprecated('Use grantedProjectStateDescriptor instead')
const GrantedProjectState$json = {
  '1': 'GrantedProjectState',
  '2': [
    {'1': 'GRANTED_PROJECT_STATE_UNSPECIFIED', '2': 0},
    {'1': 'GRANTED_PROJECT_STATE_ACTIVE', '2': 1},
    {'1': 'GRANTED_PROJECT_STATE_INACTIVE', '2': 2},
  ],
};