isNotDelete property

bool get isNotDelete

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

Implementation

bool get isNotDelete => !isDelete;