NetworkAttachmentsScopedList constructor

NetworkAttachmentsScopedList({
  1. List<NetworkAttachment> networkAttachments = const [],
  2. Warning? warning,
})

Implementation

NetworkAttachmentsScopedList({
  this.networkAttachments = const [],
  this.warning,
}) : super(fullyQualifiedName);