isUpdate property

bool isUpdate

True if the record was updated.

Implementation

bool get isUpdate => !isAdd && !isDelete;