isDelete property

bool get isDelete

true if the record was deleted.

Implementation

bool get isDelete => newValue == null;