Command class abstract

Mixed-in types
Implementers

Constructors

Command()

Properties

args List<String>
getter/setter pairinherited
children List<Command>
no setter
commandName String
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

blueLog(String text) → void
inherited
excecute() Future<void>
greenLog(String text) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
redLog(String text) → void
inherited
toString() String
A string representation of this object.
inherited
yellowLog(String text) → void
inherited

Operators

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