visibleByDefault property
Whether values are visible by default.
If true, the visible_values are ignored, all values that meet condition (if specified) are shown. If false, values that are both in visible_values and meet condition are shown.
Implementation
core.bool? visibleByDefault;