thrownException property
DartBlockException?
get
thrownException
Get the DartBlockException thrown during the last execution of the DartBlockProgram.
Implementation
DartBlockException? get thrownException => _thrownException;