isNotShow property

bool get isNotShow

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

Implementation

bool get isNotShow => !isShow;