isNotTakendown property

bool get isNotTakendown

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

Implementation

bool get isNotTakendown => !isTakendown;