ServiceAttachmentsScopedList constructor

ServiceAttachmentsScopedList({
  1. List<ServiceAttachment> serviceAttachments = const [],
  2. Warning? warning,
})

Implementation

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