getResults property
A getter that returns the number of commands that have been executed.
Implementation
cat.Results get getResults => _interpreter.getResults;
A getter that returns the number of commands that have been executed.
cat.Results get getResults => _interpreter.getResults;