isInsert property
bool
get
isInsert
Returns true
if this is an insert operation.
Implementation
bool get isInsert => key == Operation.insertKey;
Returns true
if this is an insert operation.
bool get isInsert => key == Operation.insertKey;