valuesJson property

  1. @TagNumber(2)
String valuesJson

JSON document string with keys corresponding to the fields of the template referenced by template_id

Implementation

@$pb.TagNumber(2)
$core.String get valuesJson => $_getSZ(1);
  1. @TagNumber(2)
void valuesJson=(String v)

Implementation

@$pb.TagNumber(2)
set valuesJson($core.String v) {
  $_setString(1, v);
}