isDelete property

bool get isDelete

Returns true if this data is Delete, otherwise false.

Implementation

bool get isDelete => this is UApplyWritesWriteDelete;