getLastState property

BasicShape getLastState

A getter that returns the last state of the interpreter.

Implementation

cat.BasicShape get getLastState => _interpreter.getResults.getStates.last;