attachment property

AttachmentBuilder attachment

Implementation

AttachmentBuilder get attachment =>
    _$this._attachment ??= new AttachmentBuilder();
void attachment=(AttachmentBuilder? attachment)

Implementation

set attachment(AttachmentBuilder? attachment) =>
    _$this._attachment = attachment;