isLost property

bool get isLost

True if GC has collected the object.

Implementation

bool get isLost => !isAlive;