results property

  1. @TagNumber.new(3)
PbList<EvalState_Result> get results

An ordered list of results.

Tracks the flow of evaluation through the expression. May be sparse.

Implementation

@$pb.TagNumber(3)
$pb.PbList<EvalState_Result> get results => $_getList(1);