Returns an unmodifiable view of the secondary cursor positions.
List<({int line, int character})> get multiCursors => List.unmodifiable(_multiCursors);