values property

  1. @TagNumber.new(1)
List<AnyValue> get values

Array of values. The array may be empty (contain 0 elements).

Implementation

@$pb.TagNumber(1)
$core.List<AnyValue> get values => $_getList(0);