rawText property
The exact model text this call was extracted FROM, including the tool envelope. Diagnostic. Not the envelope-stripped text — that is ToolParseResult.remaining_text.
Implementation
@$pb.TagNumber(5)
$core.String get rawText => $_getSZ(4);
Implementation
@$pb.TagNumber(5)
set rawText($core.String value) => $_setString(4, value);