attachments property

ListBuilder<Attachment> get attachments

Implementation

ListBuilder<Attachment> get attachments =>
    _$this._attachments ??= ListBuilder<Attachment>();
set attachments (ListBuilder<Attachment>? attachments)

Implementation

set attachments(ListBuilder<Attachment>? attachments) =>
    _$this._attachments = attachments;