visibility property

String? visibility
getter/setter pair

Support for export and local keywords on enums. Possible string values are:

  • "VISIBILITY_UNSET"
  • "VISIBILITY_LOCAL"
  • "VISIBILITY_EXPORT"

Implementation

core.String? visibility;