StringBuilder class
Constructors
- StringBuilder(String str)
Properties
Methods
-
append(
String str) → StringBuilder -
insert(
int index, String value) → StringBuilder -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
remove(
int startIndex, int length) → StringBuilder -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited