NetworkAttachmentsScopedList constructor

NetworkAttachmentsScopedList({
  1. List<NetworkAttachment>? networkAttachments,
  2. NetworkAttachmentsScopedListWarning? warning,
})

Implementation

NetworkAttachmentsScopedList({
  this.networkAttachments,
  this.warning,
});