ConsoleAdapter class abstract

Implementers

Constructors

ConsoleAdapter()

Properties

columns int
no setter
echoMode bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lineMode bool
getter/setter pair
rows int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

byteStream() Stream<List<int>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read() String?
readByte() int
toString() String
A string representation of this object.
inherited
write(String? data) → void
writeln(String? data) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited