isDelete property
      
      bool
      get
      isDelete
      
    
    
Returns true if this is a delete operation.
Implementation
bool get isDelete => key == Operation.deleteKey;Returns true if this is a delete operation.
bool get isDelete => key == Operation.deleteKey;