isDelete property

bool get isDelete

Returns true if this is a delete operation.

Implementation

bool get isDelete => key == Operation.deleteKey;