isHide property

bool get isHide

Returns true if this value is hide, otherwise false.

Implementation

bool get isHide => this == KnownLabelValueDefinitionDefaultSetting.hide;