executedCommands property
A getter that returns the number of commands that have been executed.
Implementation
int get executedCommands => _interpreter.getResults.getCommands.length;
A getter that returns the number of commands that have been executed.
int get executedCommands => _interpreter.getResults.getCommands.length;