values constant
Implementation
static const $core.List<SymbolVisibility> values = <SymbolVisibility>[
VISIBILITY_UNSET,
VISIBILITY_LOCAL,
VISIBILITY_EXPORT,
];
static const $core.List<SymbolVisibility> values = <SymbolVisibility>[
VISIBILITY_UNSET,
VISIBILITY_LOCAL,
VISIBILITY_EXPORT,
];