values property
A collection of key/value pairs of key-value pairs. The list may be empty (may contain 0 elements). The keys MUST be unique (it is not allowed to have more than one value with the same key).
Implementation
@$pb.TagNumber(1)
$core.List<KeyValue> get values => $_getList(0);