isNotTop property

bool get isNotTop

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

Implementation

bool get isNotTop => !isTop;