hasNotTakedown property
bool
get
hasNotTakedown
Returns true if takedown
is null, otherwise false.
Implementation
bool get hasNotTakedown => !hasTakedown;
Returns true if takedown
is null, otherwise false.
bool get hasNotTakedown => !hasTakedown;