isDelete property
bool
get
isDelete
Specifies, if this is an update to delete data.
Implementation
bool get isDelete => data == null;
Specifies, if this is an update to delete data.
bool get isDelete => data == null;