isNotHide property

bool get isNotHide

Returns true if this value is not hide, otherwise false.

Implementation

bool get isNotHide => !isHide;