ServiceAttachmentsScopedList constructor

ServiceAttachmentsScopedList({
  1. List<ServiceAttachment>? serviceAttachments,
  2. ServiceAttachmentsScopedListWarning? warning,
})

Implementation

ServiceAttachmentsScopedList({
  this.serviceAttachments,
  this.warning,
});