StringBuilder class

Constructors

StringBuilder(String str)

Properties

hashCode int
The hash code for this object.
no setterinherited
length int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
str String
getter/setter pair

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