InterconnectAttachmentsScopedList constructor

InterconnectAttachmentsScopedList({
  1. List<InterconnectAttachment>? interconnectAttachments,
  2. InterconnectAttachmentsScopedListWarning? warning,
})

Implementation

InterconnectAttachmentsScopedList({
  this.interconnectAttachments,
  this.warning,
});