Attachment constructor

Attachment([
  1. void updates(
    1. AttachmentBuilder
    )
])

Attachment factory

Implementation

factory Attachment([void Function(AttachmentBuilder) updates]) = _$Attachment;