Commander class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clear(
) → Commander -
command(
) → Command -
newline(
) → Commander -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pushArg(
Arg arg) → Commander -
pushBinary(
Uint8List binary, {bool newline = PsdkConst.defEnableNewline}) → Commander -
pushClause(
CommandClause clause, {bool newline = PsdkConst.defEnableNewline}) → Commander -
pushClauses(
List< CommandClause> clauses, {bool newline = PsdkConst.defEnableNewline}) → Commander -
pushEasyArg(
EasyArg arg) → Commander -
pushText(
String command, {bool newline = PsdkConst.defEnableNewline}) → Commander -
toString(
) → String -
A string representation of this object.
inherited
-
variable(
String name, Object value) → Commander
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited