rawContent property

  1. @TagNumber(2)
String get rawContent

The barcode itself if the result type is barcode. If the result type is error it contains the error message

Implementation

@$pb.TagNumber(2)
$core.String get rawContent => $_getSZ(1);
  1. @TagNumber(2)
set rawContent (String v)

Implementation

@$pb.TagNumber(2)
set rawContent($core.String v) { $_setString(1, v); }