type property
content type identifier used to match the payload with the correct decoding machinery
Implementation
@$pb.TagNumber(1)
ContentTypeId get type => $_getN(0);
Implementation
@$pb.TagNumber(1)
set type(ContentTypeId value) => $_setField(1, value);