canMergeWith method
Check if this operation can be merged with another (for grouping rapid edits)
Implementation
@override
bool canMergeWith(EditOperation other) => false;
Check if this operation can be merged with another (for grouping rapid edits)
@override
bool canMergeWith(EditOperation other) => false;