isDeleted property

bool get isDeleted

Implementation

bool get isDeleted => (status & 0x20) != 0;