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