Rope class
Properties
Methods
-
charAt(
int position) → String -
chunks(
) → Iterable< String> -
delete(
int start, int end) → void -
findLineEnd(
int offset) → int -
findLineStart(
int offset) → int -
getLineAtOffset(
int charOffset) → int -
getLineStartOffset(
int lineIndex) → int -
getLineText(
int lineIndex) → String -
getText(
) → String -
insert(
int position, String text) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
substring(
int start, [int? end]) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited