Operation.insert constructor
Creates operation which inserts text
with optional attributes
.
Implementation
factory Operation.insert(String text, [Map<String, dynamic>? attributes]) =>
new Operation._(Operation.insertKey, text.length, text, attributes);