Console class

Constructors

Console(ServeMe<ServeMeClient> _server)

Properties

handlers Map<String, CommandHandler>
final
hashCode int
The hash code for this object.
no setterinherited
history List<String>
final
index int
getter/setter pair
line String
getter/setter pair
matches List<String>
final
pos int
getter/setter pair
row int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
getter/setter pair
similar Map<String, String>
final

Methods

dispose() Future<void>
next() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on(String command, dynamic handler(String string, List<String> args), {RegExp? validator, String? usage, List<String>? aliases, List<String>? similar}) → void
previous() → void
process(String line) → void
reset() → void
toString() String
A string representation of this object.
inherited
update() → void

Operators

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