isInsert property

bool isInsert

Returns true if this is an insert operation.

Implementation

bool get isInsert => key == Operation.insertKey;