Operation.retain constructor
Creates operation which retains length
of characters and optionally
applies attributes.
Implementation
factory Operation.retain(int? length, [Map<String, dynamic>? attributes]) =>
Operation._(Operation.retainKey, length, '', attributes);