extractedJson property
JSON substring extracted from raw_output before validation, when the extractor found one.
Implementation
@$pb.TagNumber(5)
$core.String get extractedJson => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set extractedJson($core.String value) => $_setString(4, value);