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