isDelete property

bool isDelete

true if the record was deleted.

Implementation

bool get isDelete => newValue == null;