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