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