values property

  1. @TagNumber.new(1)
PbList<Value> get values

All of the observed values.

The field value_index is an index in the values list. Separating values from steps is needed to remove redundant values.

Implementation

@$pb.TagNumber(1)
$pb.PbList<$0.Value> get values => $_getList(0);