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