oldValueJson property

  1. @TagNumber.new(9)
String get oldValueJson

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);
  1. @TagNumber.new(9)
set oldValueJson (String value)

Implementation

@$pb.TagNumber(9)
set oldValueJson($core.String value) => $_setString(8, value);