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