rawText property

  1. @TagNumber.new(5)
String get rawText

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

Implementation

@$pb.TagNumber(5)
set rawText($core.String value) => $_setString(4, value);