ScopeType$json top-level constant

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

Implementation

@$core.Deprecated('Use scopeTypeDescriptor instead')
const ScopeType$json = const {
  '1': 'ScopeType',
  '2': const [
    const {'1': 'INVALID_SCOPE', '2': 0},
    const {'1': 'DEFAULT_SCOPE', '2': 1},
    const {'1': 'OFFLINE_ACCESS_SCOPE', '2': 2},
    const {'1': 'GENDER_SCOPE', '2': 3},
    const {'1': 'NAME_SCOPE', '2': 4},
    const {'1': 'BIRTHDAY_SCOPE', '2': 5},
    const {'1': 'PREFERRED_LANGUAGE_SCOPE', '2': 6},
    const {'1': 'COUNTRY_SCOPE', '2': 7},
  ],
};