duplicateSelectedLinesBelowCommand method
Implementation
TextLineCommandResult duplicateSelectedLinesBelowCommand(List<String> lines) {
return duplicateSelectedLinesBelow(
lines,
cursor: cursor,
selectionBase: selectionBase,
selectionExtent: selectionExtent,
);
}