text property

  1. @TagNumber.new(3)
String get text

Source text that produced this vector. Optional — preserved for multi-input batches where the caller wants to correlate without tracking ordering separately.

Implementation

@$pb.TagNumber(3)
$core.String get text => $_getSZ(2);
  1. @TagNumber.new(3)
set text (String value)

Implementation

@$pb.TagNumber(3)
set text($core.String value) => $_setString(2, value);