rawInformation property

  1. @TagNumber(5)
Struct get rawInformation

Implementation

@$pb.TagNumber(5)
$1.Struct get rawInformation => $_getN(4);
  1. @TagNumber(5)
set rawInformation (Struct v)

Implementation

@$pb.TagNumber(5)
set rawInformation($1.Struct v) { setField(5, v); }