values property

  1. @TagNumber(2)
PbList<FFValue> get values

Shared list of values that may be used by the above function calls.

Implementation

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