SslPolicyWarnings constructor

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

Implementation

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