type property

  1. @TagNumber(2)
Attachment_AttachmentType get type

Type of the attachment.

Implementation

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

Implementation

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