type property

  1. @TagNumber(2)
Attachment_AttachmentType type

Implementation

@$pb.TagNumber(2)
Attachment_AttachmentType get type => $_getN(1);
  1. @TagNumber(2)
void type=(Attachment_AttachmentType v)

Implementation

@$pb.TagNumber(2)
set type(Attachment_AttachmentType v) { setField(2, v); }