StringReader class abstract interface

Implementers

Constructors

StringReader.new(String source)
factory

Properties

count int
no setter
hashCode int
The hash code for this object.
no setterinherited
hasSource bool
no setter
length int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source String
no setter

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