TemporaryAttachments constructor
TemporaryAttachments({
- List<
TemporaryAttachment> ? temporaryAttachments,
Implementation
TemporaryAttachments({List<TemporaryAttachment>? temporaryAttachments})
: temporaryAttachments = temporaryAttachments ?? [];