rawContent property
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);
Implementation
@$pb.TagNumber(2)
set rawContent($core.String value) => $_setString(1, value);