NetworkAttachmentsScopedList constructor
NetworkAttachmentsScopedList({
- List<
NetworkAttachment> networkAttachments = const [], - Warning? warning,
Implementation
NetworkAttachmentsScopedList({
this.networkAttachments = const [],
this.warning,
}) : super(fullyQualifiedName);