isDelete property

bool isDelete

Specifies, if this is an update to delete data.

Implementation

bool get isDelete => data == null;