LineReader class Null safety
Converts a Stream<List
Constructors
- LineReader(Stream stream, {Encoding encoding = systemEncoding})
- Only encodings that are a superset of ASCII are supported TODO(DrMarcII): Support arbitrary encodings
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited