executedCommands property

int executedCommands

A getter that returns the number of commands that have been executed.

Implementation

int get executedCommands => _interpreter.getResults.getCommands.length;