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