ConsoleCMD class
Constructors
-
ConsoleCMD(String cmd, List<
String?> args)
Properties
-
args
→ List<
String> -
no setter
- askAllProperties → bool?
-
no setter
- cmd → String
-
final
- defaultReturnType ← ConsoleCMDReturnType
-
no getter
- hashCode → int
-
The hash code for this object.
no setterinherited
-
properties
→ Map<
String, String?> -
no setter
- returnType ↔ ConsoleCMDReturnType
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
argsSub(
int start) → List< String> -
get(
int index, [String? propertyKey, dynamic propertyKey1, dynamic propertyKey2, dynamic propertyKey3, dynamic propertyKey4]) → String? -
getArg(
int argIndex) → String? -
getProperty(
String? propKey) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
parseSimpleProperties(
[Set< String> ? simpleProperties]) → void -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator [](
dynamic argOrProperty) → String?
Static Methods
-
parse(
String? line) → ConsoleCMD?