command property
String
get
command
The name of the command that was executed.
Implementation
String get command {
return args[0];
}
The name of the command that was executed.
String get command {
return args[0];
}