isNotDeleted property

bool get isNotDeleted

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

Implementation

bool get isNotDeleted => !isDeleted;