isNotDelete property

bool get isNotDelete

Returns true if this data is not Delete, otherwise false.

Implementation

bool get isNotDelete => !isDelete;