isDelete property

bool get isDelete

Specifies, if this is an update to delete data.

Implementation

bool get isDelete => data == null;