SslPoliciesScopedListWarning constructor

SslPoliciesScopedListWarning({
  1. String? code,
  2. List<SslPoliciesScopedListWarningData>? data,
  3. String? message,
})

Implementation

SslPoliciesScopedListWarning({
  this.code,
  this.data,
  this.message,
});