oldValueJson property
Old / new value pairs for config_changed (canonical primitive
representation). Both stored as JSON-encoded strings to avoid
dragging a dynamic-typed Value into the schema.
Implementation
@$pb.TagNumber(9)
$core.String get oldValueJson => $_getSZ(8);
Implementation
@$pb.TagNumber(9)
set oldValueJson($core.String value) => $_setString(8, value);