attachments property
Implementation
SpreedCapabilities_Config_AttachmentsBuilder get attachments =>
_$this._attachments ??= SpreedCapabilities_Config_AttachmentsBuilder();
set
attachments
(covariant SpreedCapabilities_Config_AttachmentsBuilder? attachments)
covariantoverride
Implementation
set attachments(covariant SpreedCapabilities_Config_AttachmentsBuilder? attachments) =>
_$this._attachments = attachments;