SslCertificatesScopedList constructor

SslCertificatesScopedList({
  1. List<SslCertificate>? sslCertificates,
  2. SslCertificatesScopedListWarning? warning,
})

Implementation

SslCertificatesScopedList({
  this.sslCertificates,
  this.warning,
});