isDelete property

bool isDelete

Returns true if this is a delete operation.

Implementation

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