- Implementers
Constructors
- StringReader.new(String source)
-
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readChar(
int offset) → int -
startsWith(
String string, [int index = 0]) → bool -
substring(
int start, [int? end]) → String -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited