SymbolVisibility$json top-level constant
- @Deprecated('Use symbolVisibilityDescriptor instead')
Implementation
@$core.Deprecated('Use symbolVisibilityDescriptor instead')
const SymbolVisibility$json = {
'1': 'SymbolVisibility',
'2': [
{'1': 'VISIBILITY_UNSET', '2': 0},
{'1': 'VISIBILITY_LOCAL', '2': 1},
{'1': 'VISIBILITY_EXPORT', '2': 2},
],
};