hasTakedown property

bool get hasTakedown

Returns true if takedown is not null, otherwise false.

Implementation

bool get hasTakedown => takedown != null;