Retain count of characters from current position.
count
void retain(int count, [Map<String, dynamic>? attributes]) { assert(count >= 0); if (count == 0) return; // no-op push(Operation.retain(count, attributes)); }