getLastState property
A getter that returns the last state of the interpreter.
Implementation
cat.BasicShape get getLastState => _interpreter.getResults.getStates.last;
A getter that returns the last state of the interpreter.
cat.BasicShape get getLastState => _interpreter.getResults.getStates.last;