type property
Type of the attachment.
Implementation
@$pb.TagNumber(2)
Attachment_AttachmentType get type => $_getN(1);
Implementation
@$pb.TagNumber(2)
set type(Attachment_AttachmentType v) { $_setField(2, v); }
Type of the attachment.
@$pb.TagNumber(2)
Attachment_AttachmentType get type => $_getN(1);
@$pb.TagNumber(2)
set type(Attachment_AttachmentType v) { $_setField(2, v); }