type property

  1. @TagNumber.new(1)
ContentTypeId get type

content type identifier used to match the payload with the correct decoding machinery

Implementation

@$pb.TagNumber(1)
ContentTypeId get type => $_getN(0);
  1. @TagNumber.new(1)
set type (ContentTypeId value)

Implementation

@$pb.TagNumber(1)
set type(ContentTypeId value) => $_setField(1, value);