ServiceAttachmentListWarning constructor
      
      ServiceAttachmentListWarning({ 
    
    
- String? code,
- List<ServiceAttachmentListWarningData> ? data,
- String? message,
Implementation
ServiceAttachmentListWarning({
  this.code,
  this.data,
  this.message,
});